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. |