Hi PHP builders,
I want to browse the output of my a MySQL query page by page. Does anyone know a script for this task ?
Thanks in advance
Stefan
Search the forum, you are number 5436 to ask this.
Use the mysql LIMIT function to get results 0 through 10, or 40 through 44.