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!
Moderator: General Moderators
xterra
Forum Commoner
Posts: 69 Joined: Mon Mar 06, 2006 12:52 pm
Post
by xterra » Mon Mar 20, 2006 8:40 pm
Hey everyone,
I have a textfile just like this:
FirstName Lastname
with about 50 entries. I am really tired of entering in eachline one by one in the phpMyAdmin control panel.
Any ideas?
Thanks in advance, my fingers are starting to hurt.
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Mon Mar 20, 2006 9:07 pm
So write a script to import them.
xterra
Forum Commoner
Posts: 69 Joined: Mon Mar 06, 2006 12:52 pm
Post
by xterra » Mon Mar 20, 2006 9:09 pm
Didn't even think about that!
I'll write that and if anyone else is interested in it I will post it here for you'll to use.
Later.