Browsing the ‘php’ Category

Protect your forms from hijackers    May 1st, 2008 at 3:08 pm

The topic of protecting your forms from spammers looking to hijack your form mail is old and has been kicked around extensively . As a relatively new developer (2 years at the time of writing) I remember looking for a quick easy solution to protect form mails, so here it is.

Tags: ,
Posted in Security, php | No Comments »

PHP to upload, resize and store multiple images.    April 14th, 2008 at 2:48 pm

Here is a PHP script sample that uploads multiple images, resizes the images, creates a thumbnail and stores the image pathname with descriptions in a MySQL database. The original code is modified from this example here. The major differences are the quality of images stored and the ability to store multiple images as well as a thumbnail.

Tags: ,
Posted in php | 8 Comments »