Archive for the ‘PHP Tutorials’ Category

Random Password Generation – PHP Tutorials

This item was filled under [ PHP Tutorials ]

A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.
For this script we will be creating a PHP function to generate the code. I will not discuss functions in great detail here and so I [...]

Continue reading...

Generating Search Engine Friendly Titles for your URL – PHP Tutorials

This item was filled under [ PHP Tutorials ]

For most dynamic websites you will want to create “Search Engine Friendly” or “User Friendly” URLs, rather than using ugly and meaningless strings or IDs to reference your content. The way you interpret the URLs and use them to get your content is for another article and I won’t go into that right now, what [...]

Continue reading...

 Page 3 of 3 « 1  2  3