SyntaxFix
Write A Post
Hire A Developer
Questions
<?php $x = 1; for($x = 1; $x < 8; $x++) { $x = $x + 2; echo $x; }; ?>