GrayFox12 Posted September 5, 2007 Share Posted September 5, 2007 Hey Guys, Ive cant figure out how to use my previous and next buttons on my form i am using. I have a select query which takes information from 1 record and puts into variables and displays it in the textfields on my form. Which is working fine. Im not sure how to go about when i click next its got to find the next record and reload my page wif new information. And the same for previous. Could somebody please help or steer me in the right direction, this project im doing needs to be done asap Thanx GraYFoX Quote Link to comment https://forums.phpfreaks.com/topic/67976-form-navigation/ Share on other sites More sharing options...
teng84 Posted September 5, 2007 Share Posted September 5, 2007 if you know paging then no prob next? the value of next is always or sometimes $_GET['page']+1 and previous is reverse so when you click next it will go to the next page depends on how you want it Quote Link to comment https://forums.phpfreaks.com/topic/67976-form-navigation/#findComment-341716 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.