<?php$n = 10;for ($n){ print $n;}?>
Wrong syntax for for loop.
Previous Question Next Question
Your comments will be displayed only after manual approval.