simple parse problem (easy fix for expert)
Posted: Thu Dec 16, 2004 9:00 am
heres the code
it syas theres a parse error on line 14
but i can't figure out what it is
<*({[ code may contain mature content ]})*>
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;
}
?>but i can't figure out what it is
<*({[ code may contain mature content ]})*>