PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a "problem" with displaying some records. I have a query that returns loads of results about 130 records.. and I want to organize it a bit in form of "Results per page" from select. here is my query :
The word we use to describe what you are asking about is "pagination". Use that word, plus "php", in any search engine and you will find hundreds of references to how to do pagination with php.
jaoudestudios: Difficult but sexy is better if you allocate some time to explain it would be awesome.
califdon: I already did googled "pagination in php" but didn't couldn't do it for some reason ..
I've found that one also but just now I saw "1 of 4
Prev Next" it all fits now I've done what was needed. Thank you I was just tired last night to understand it. Thank you all again for your posts
The opposite of downgrade gracefully is progressive enhancement! Look it up. There are some cool features you can do if users have javascript on but will still work if they dont.