code works cool on unix box so its not a code prob in terms of errors, its also not giving me any errors example:
i'm passing a $startnum value in a link
if (empty($startnum))
{
$startnum=0;
}
$sql=mysl_query("select * from news ORDER by Date LIMIT $startnum,9");
this statement works but when i pass $startnum with a link
<a href="news.php?startnum=10">click</a>
it doesn't work, with or without reg globals on or off.
i have restarted apache and rebooted my machine yet still no good.
Cheers,
Hugh