Umm, I'm having trouble with a php search thing.
while($order3=mysql_fetch_array($order2))
{
if($f%$numentries==0)
{
print "<A href='index.php?start=$d'>$g</a> ";
$g++;
}
$d=$d+1;
$f++;
}
Start dissapears after I click the first "next" link. If I declare it as global, will it not dissapear anymore?