Posts Tagged ‘PHP’

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: [ , , ]

File Upload with PHP

This item was filled under [ PHP ]

I’m going to show you how you can allow users to upload file into your web server. I’m just covering the basics here. Though I’m not concerning security related issues here, there is a big risk in allowing users to upload files.
The first reason is that people can upload scripts into you server and execute [...]

Continue reading...

Tagged with: [ , , ]