0
Strings are confusing me, help!
What the heck is a string, i read about it in the lessons but it just doesnât make much sense. I ran this code: <?php $str = â10â; echo $str ?> In hopes of it listing numbers 1-10 because I thought thatâs what it would do but it just said 10. What do strings even do!
1 Answer