Hello,
I have a script which searches a mysql-database for particular keywords
If i use a page-navigation system, how would that relate to the found matches?
I mean, the results could be anywhere in the database, if i for instance have 10 results (out of 20, with a LIMIT of 10 in the query) stored, like $resultset=mysql_fetch_array($getmatch), they could be scattered all over the database, how would i display page 2 then?
Not quite getting that
Thanks in advance!
Fisherman