bobleny Posted July 5, 2006 Share Posted July 5, 2006 I have been looking around for quite some time now to find a comprehensive guide on pagination. I’ve went through many guides and always get lost! So, if anyone knows the url to a complete, comprehensive, step by step guide to pagination, please, can I have the link? Alternatively, if you want, you could type up a short script that I could connect to a database and figure it out on my own.Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/ Share on other sites More sharing options...
.josh Posted July 6, 2006 Share Posted July 6, 2006 there are 2 pagination tutorials on this very site! http://www.phpfreaks.com/tutorials/73/0.phpwhat do you mean by 'comprehensive?' i have no idea what your level of php understanding is, so i think it would be easier for you to explain what part you don't understand, and we can help you from there. Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-53697 Share on other sites More sharing options...
bobleny Posted July 7, 2006 Author Share Posted July 7, 2006 Great thanks! Thats what I wanted! I just couldnt seem to find a guide that explaind the code step ny with a working example that was clear. Either they where worded funny and I didnt understand or it was just little tiny blocks of codes.Anyways I understand it now.Is there a way to do this without useing "GET['something']"? I don't like the ?something=1 at the end of the url. Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-54196 Share on other sites More sharing options...
hackerkts Posted July 7, 2006 Share Posted July 7, 2006 You can change [b]something[/b] to [b]page[/b]So it will be ?page=1 etcs.. Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-54215 Share on other sites More sharing options...
.josh Posted July 7, 2006 Share Posted July 7, 2006 i think he meant getting rid of the variables passing in the url overall, not just changing the name.umm... well no, not really. well, i suppose you could like, make a form with only submit buttons and have it generate submit buttons instead of the pagination links, and do the post method in the form... i've never actually tried this myself, as i've been content with using the get method with paginations, but i don't see why doing it that way [i]wouldn't[/i] work.. Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-54220 Share on other sites More sharing options...
Daniel0 Posted July 7, 2006 Share Posted July 7, 2006 You could use [url=http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html]mod_rewrite[/url] to make it look in another way. Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-54312 Share on other sites More sharing options...
bobleny Posted July 9, 2006 Author Share Posted July 9, 2006 Well, thanks anyways, im not going to kill my self over this...*slice*- thump.lol jk Quote Link to comment https://forums.phpfreaks.com/topic/13793-a-comprehensive-guide-to-pagination/#findComment-55016 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.