More code

$i=1;
echo "\n

“;

for ($i=1; $i <= 5; $i++) {
echo "This is line number $i
“;
}

echo “\n

“;
?>

Let’s see if this works…

Update: Yay.

Leave a Reply

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <code> <em> <strong>