Categories
Tags → Php Random Function

How to Generate a Random Password for Users

This simple PHP script is a function to create a random password for users. This is a great convenience function to use when creating or modifying a user-management system. You''ll also find a detailed tutorial walking you through how the...
DETAILS

Random Password

This is a small php function to generate strings randomly. This can be used to generate random password.
DETAILS

getRandomImage()

This PHP function will display a random image / graphic from a directory into your website. The function searches your directory for predefined image types (that you define) and randomly displays the filename. Includes examples of use and is very eas...
DETAILS

Wu-Name Generator

This PHP script generates a random name based of an adjective and a noun. The PHP script uses two plain text files, one that holds all of the adjectives and the other all of the nouns. The script reads these files into two arrays. The PHP function fi...
DETAILS
©2003-2019 jCay.com