Namegenerator
Random Name Generator PHP
Install / Use
/learn @ColinMichaels/NamegeneratorREADME
namegenerator
Random Name Generator PHP <i>This is a work in progress. Please feel free to use and add upon</i>
Need a function like this to help seed a MySQL database for a project and thought I would share this. Used lists from census.org and borrowed some other functions from various other projects.
USAGE:
include the functions file
call on the function name and send it the number of names parameter; <code> names($numberOfNames); </code> TODO: add option parameters
