SyntaxFix
Write A Post
Hire A Developer
Questions
while ($personCount < 10) { $result .= ($personCount++)." people "; } echo $result;