can some one help me with this portion of the pagination code.
// this is getting ready for a paginated display
// not quite done yet. but soon.
if ($beg =="")$beg=0;
if ($end =="")$end=$numitems;
for ($y=$beg;$y<=$end;$y++){
$filelistdata[$y]=$retVal[$y];
} //startsparsing through the file list
$x=0;
while (list($key, $val) = each($filelistdata))
{
The cod eis incomplete just seeking help