Posts Tagged ‘mysql’

Paging Results with PHP and MYSQL – Part 2

This item was filled under [ PHP ]

Welcome to part 2, if you didn’t read part 1, please do, because this is a continuation of that. Now we want to go a step further and add “First” and “Last” links to our navigation.
“First” should point to the first page of our result set and last should point to the last page.
If [...]

Continue reading...

Tagged with: [ , , ]

Paging Results With PHP and MYSQL - Part 1

This item was filled under [ PHP ]

Lets say you got a site that prints out some result based on a search or lists some items and it has hundreds of rows. Therefore, you end up having a lengthy list, which is hard to read. If your list contains images, hundreds of images get loaded on a single page. This is not [...]

Continue reading...

Tagged with: [ , , ]