Home     PHP / Javascript / Ajax
PHP Wu-Name Generator Script

PHP Script Codes > miscellaneous

Wu-Name Generator Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 3781

PHP Script Codes > 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 file(filename) reads the filename file into an array with each line being an element of the array.