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!
The website I'm making is a SIM game, and one of the components involved are randomly generated "band members."
Each band member has twelve different skills, each skill given a ranking from 1-10.
I'd like to be able to write a script that allows me to create X number of randomly generated band members at the same time, each having their age, gender, and skill points generated and added into the database.
I would very much appreciate it if anyone could point me in the right direction towards accomplishing this :] I'd be happy to explain further, if needed.