[Solved] PHP: for-loops and if-statement
[ad_1] This line: $i = $integer; …is redundant, as soon as you say for($i = …, $i will be overwritten. In your case, so it should be. Take that line out to start with. Second, I think the problem you’re having is that your lines aren’t showing as black or red. Reason is that color … Read more