Counting By Fives

\n"; for ($i = 5; $i <= 50; $i+= 5){ print "$i
\n"; } // end for loop print "

\n"; ?>