Hi..
Hope someone here can help me with a little sticky problem..
I am using a while loop to add up user inputs, and I have a incremental variable that counts up the inputs with 1.
Like this;
while($test=mysql_fetch_row($result)) for($i=0;$i<count($num);$i++){
$x=x+1
This works great for continuos listings. I am trying to figure out how to control the numbers of listings shown on one page. Lets say I limit the listing to 20. Then I want there to be 20 listings on page 1, and the user has to click on NEXT to get to the next 20 listings. And hopefully they should also be able to use BACK to go to the previos 20 listings.
Well, hope I made some sence here in the morning. I will apreciate if someone had a good suggestion how to get me in the right direction.
Greetings.. ShareInfo