Page 1 of 1

search Ideas?

Posted: Thu Nov 09, 2006 5:04 pm
by tommy1987
I have made a search in PHP and want the results to span several pages with a forward and backward link at the bottom of each page. I have no idea how to do this does anyone know of any tutorials which broach the subject or anything that I should be aware of?

Am currently using the following construct to display the results:

Code: Select all

    while ($row = mysql_fetch_array($result)) {
         echo $row['fname'];
   }
Thanks, tommy

Posted: Thu Nov 09, 2006 6:24 pm
by RobertGonzalez
P-a-g-i-n-a-t-i-o-n.

Posted: Thu Nov 09, 2006 8:58 pm
by Cameri