Archive for the ‘PHP Tutorials’ Category

Encrypting passwords using PHP – PHP Tutorials

This item was filled under [ PHP Tutorials ]

When creating a membership based site security is paramount – especially if you’re dealing with personal information. When it comes to passwords you’ll want to encrypt them wherever they are stored so they can’t be stolen. Here are a few things you can do to make your passwords as safe as possible.
It doesn’t matter where [...]

Continue reading...

PHP Thumbnail Generation Script – PHP Tutorials

This item was filled under [ PHP Tutorials ]

This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself. The thumbnail’s size is variable also, so the script be used across different sites to create different sized thumbnails where needed.
First [...]

Continue reading...

 Page 2 of 3 « 1  2  3 »