anujgarg Posted July 16, 2008 Share Posted July 16, 2008 hi everyone.... i m searching for endless pagination to be built in PHP - AJAX all over the Google. But I didn't get any script for the same. All I found was built in coldfusion. Can anyone suggest me where can I find the link for the script made in PHP. TIA Anuj Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/ Share on other sites More sharing options...
samshel Posted July 16, 2008 Share Posted July 16, 2008 what is endless pagination? Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-591521 Share on other sites More sharing options...
anujgarg Posted July 17, 2008 Author Share Posted July 17, 2008 An endless pagination is -- Using Ajax we can dynamically fetch more results and append them to the bottom of the page, as the user approaches the end of the content they have already read. This pattern removes the need for pagination, feeding your customer as much data as they care to read in a subtle, non-intrusive way. To see more, visit - http://www.unspace.ca/discover/pageless/ Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592173 Share on other sites More sharing options...
cooldude832 Posted July 17, 2008 Share Posted July 17, 2008 depending on the density of your requested data this could be a very resource intensive process. The php is standard pagination request. The javascript users the html return text of the php script (it produces the pagination list additinos) The trick is to just pass it the parameters and location in pagination Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592176 Share on other sites More sharing options...
anujgarg Posted July 17, 2008 Author Share Posted July 17, 2008 Thanks for the information cooldude. But all I want to see is a working example with the source code. (It's very urgent). Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592282 Share on other sites More sharing options...
BillyBoB Posted July 17, 2008 Share Posted July 17, 2008 Sorry to tell you but this is a help forums not freelancing forum. You are more likely to get help building it here then you will be to get the whole thing built for you here. If you can't find it on google what makes you think that someone else would want to spend their time on doing it for you. Sorry to tell you but you came to the wrong forums with the wrong objectives. Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592294 Share on other sites More sharing options...
anujgarg Posted July 17, 2008 Author Share Posted July 17, 2008 BillyBoB. First off, I am here not for any freelancing perspective. Second, I am at right place with right objective. Third, I need the code snippet rather than the full code written by someone. I have Googled for the snippet but could not find any. I am asking for the same if anyone had got it during their search on google. Thanks Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592404 Share on other sites More sharing options...
unkwntech Posted July 17, 2008 Share Posted July 17, 2008 At the page you offer: http://www.unspace.ca/discover/pageless/ the source code is included at the bottom of the page. Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592410 Share on other sites More sharing options...
kenrbnsn Posted July 17, 2008 Share Posted July 17, 2008 BillyBoB. First off, I am here not for any freelancing perspective. Second, I am at right place with right objective. No, you are not in the correct place. This area is for people to ask for help on scripts they have written. Third, I need the code snippet rather than the full code written by someone. Freelancers can do that also. Ken Link to comment https://forums.phpfreaks.com/topic/115029-endless-pagination-php-ajax/#findComment-592437 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.