PHP Tutorial
Generating random passwords
The tutorial will teach us how to generate a random password every time the function is called.
Basics »
Top 20 Similar PHP Tutorials
How to Use the Crypt() Function to Encrypt and Check Passwords
This tutorial walks you through how to use the crypt() function in php. You'll encrypt a password so that it can be stored in the database, compare a new word to the encrypted password, and use an md5 hash to make sure you encrypt the entire passphrase.
Security »
Generating RSS Feeds on The Fly With PHP
Learn how to generate RSS Feeds on The Fly With PHP
General »
Generating a Range of Numbers the Easy Way
After Haris' mention of the PHP function range(), I thought the kindest thing to do would be to give it a proper introduction. So here is that introduction!
Range is native PHP function that takes 2 compulsory arguments and 1 optional argument (As of PHP 5.0.0 which defaults to 1) and returns an array. Seem ever so simple? Well it is! The 3 arguments the function can accept are as follows...
Basics »
Generating XML from a MySQL DB with PHP's DOM Functions Part One
In this tutorial the author will be going through a very simple XSL using the XML data produced from part one
Advanced »
Generating XMLXSL from a MySQL DB with PHP's DOM Functions Part Two
This is gonna be (hopefully) part one of two about PHP and XML/XSL.
Advanced »
Random Avatar
How to create a random avatar PNG image using the GD library.
How to Create a Random Password for Users
This tutorial shows you how to create an 8-character random password to send to implement into your user-management system.
Security »
ADVANCED Random Signature Generator
In this tutorial you will learn more about advanced Random Signature Generator - GREAT for forum signatures!
General »
LiveThunder's Generate Random Password
In this tutorial I will show you how to generate random passwords that are highly secure and extremely difficult to crack. However you can choose between various complexity/strength and you can set password length as well.
Basics »
Random Scrolling Marquee Using PHP for text or images!
This tutorial is about Random Scrolling Marquee Using PHP for text or images!
General »










