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 ответ