Jake Posted February 6, 2007 Share 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 Link to comment Share on other sites More sharing options...
Decepti0n Posted February 6, 2007 Share 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 Link to comment Share on other sites More sharing options...
Jake Posted February 6, 2007 Author Share 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 Link to comment Share on other sites More sharing options...
spellbyte ® Posted February 6, 2007 Share 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 Link to comment Share on other sites More sharing options...
CraigF Posted March 24, 2007 Share Posted March 24, 2007 Re: Inserting 1000 records...easier way? thats what i was thinking Spell! :D Quote Link to comment Share on other sites More sharing options...
Arslan230 Posted June 26, 2014 Share Posted June 26, 2014 Acceding order is the best and easiest way to post 1000 records on the site. Try it. Quote Link to comment Share on other sites More sharing options...
Dayo Posted June 26, 2014 Share Posted June 26, 2014 This post is 7 years old, im sure they have figured it out by now *sigh* Quote Link to comment Share on other sites More sharing options...
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.