“;
for ($i=1; $i <= 5; $i++) {
echo "This is line number $i
“;
}
echo “\n
“;
?>
Let’s see if this works…
Update: Yay.
More geeky than girly.
“;
for ($i=1; $i <= 5; $i++) {
echo "This is line number $i
“;
}
echo “\n
“;
?>
Let’s see if this works…
Update: Yay.