Jake Posted February 6, 2007 Posted February 6, 2007 I want to insert about 1000 records into a MySQL table. They will need first name, last name, and a couple of stats, but i suppose the stats can be done with a rand function. I really want to know: Is there an easier way to enter 1000 names into the database that going through and manually entering them? Quote
Decepti0n Posted February 6, 2007 Posted February 6, 2007 Re: Inserting 1000 records...easier way? you can if you want random first names and last names (xa33fc assf33) etc for ($x = 1; $x <= 1000; $x++) { mysql_query(); } otherwise, i highly doubt it Quote
Jake Posted February 6, 2007 Author Posted February 6, 2007 Re: Inserting 1000 records...easier way? i really don't understand that function, can you tell me how it works. Quote
spellbyte ® Posted February 6, 2007 Posted February 6, 2007 Re: Inserting 1000 records...easier way? either your battletent is gonna be huge or u want your game to look more active than it actually is Quote
CraigF Posted March 24, 2007 Posted March 24, 2007 Re: Inserting 1000 records...easier way? thats what i was thinking Spell! :D Quote
Arslan230 Posted June 26, 2014 Posted June 26, 2014 Acceding order is the best and easiest way to post 1000 records on the site. Try it. Quote
Dayo Posted June 26, 2014 Posted June 26, 2014 This post is 7 years old, im sure they have figured it out by now *sigh* Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.