Page 1 of 1

simple parse problem (easy fix for expert)

Posted: Thu Dec 16, 2004 9:00 am
by asi0917
heres the code

Code: Select all

<?php 
$n = 1
for ($i=1; $i<=5; $i++)
{
echo "<a href='http://www.statewideclaimsservices.com/" . $n . ".jpg'><img class=normal src='http://www.statewideclaimsservices.com/" . $n . ".jpg'></a>";
$n++;
echo $n;
}
?>
it syas theres a parse error on line 14
but i can't figure out what it is

<*({[ code may contain mature content ]})*>

Posted: Thu Dec 16, 2004 9:08 am
by siefkencp
n = 1;[/quote]

Posted: Thu Dec 16, 2004 9:11 am
by asi0917
ack