PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hi
for a management game im making, i need to generate a load of ficticous players to fill my player database.
stat generating i can do, but what about generating names?
i was thinking about having parts of names and sticking htem together randomly, but would that work out ok?
How about making a text file, filling it with as many names as you can come up with(one name per line). Then generating a random number between 1 and the last line of the file. Then printing that last line?