Re: Help -- SELECT Function PHP Script
Hello J. Scott Harris,
Thank you for your help. I am not a programmer. So, could you tell me how to change and add this code to my page? Where to put this code? Thanks.
Here is part of my page code:
if(!isset($page)){
$page=1;
}
$wishnum=count($temparray);
$start=$show_num*($page-1);
?>
|