SyntaxFix
Write A Post
Hire A Developer
Questions
Iterate string:
for ($i = 0; $i < strlen($str); $i++){ echo $str[$i]; }