SyntaxFix
Write A Post
Hire A Developer
Questions
I think this code should work fine
while ($personCount < 10) { $result = $personCount . "people '; $personCount++; } // do not understand why do you need the (+) with the result. echo $result;