Random Password Generation PHP / Membership
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.
Random Password Generator PHP / Randomizing and Rotation
This tutorial I will be showing you how to create a random password using nothing but loops and random letters. For extra security I will define a minimum length and a maximum length, I will also make it so you can't define a password from using the url.
Random Images PHP / Randomizing and Rotation
Ever wanted to make links, or banners appear on your site in a random order? Well here's a simple script that will do just that.
Select random records from a MySQL database PHP / Databases
Sometimes it could be very helpful to select a record from a table randomly. You can find such solution when you see random partners or randomly selected tutorials.
Generate random passwords with PHP PHP / Membership
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.