Jump to content

Recommended Posts

Posted

Hi

 

Im writing a PHP script which pull data from a MySQL database, and i wanted to page the results....

 

Does anyone know any good examples on the net, or if anyone can upload a script for me to look at.... i would be very greatful....

 

Thanks

Posted
when doing the query, add "LIMIT 0,20" to it, the 0 is the start, and the 20 is the number to get, have the script change the first number accordingly, simple :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...