[PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Freedomware
I'm wading through some of the MySQL literature (whew!), but I'm looking for the quickest way to create some tables and get them online. I just downloaded a software program called EMS MySQL Manager, which appears to work well with phpMyAdmin and makes some functions even easier. Especially

RE: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Jay Blanchard
[snip] I have a number of spreadsheet databases, and I'm just looking for the quickest way to get them into a MySQL/PHP database. [/snip] If they (the spreadsheets) are really set up like databases then you can save them as CSV files and import them directly with very little pain. -- PHP General

RE: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Jay Blanchard
[snip] [snip] I have a number of spreadsheet databases, and I'm just looking for the quickest way to get them into a MySQL/PHP database. [/snip] If they (the spreadsheets) are really set up like databases then you can save them as CSV files and import them directly with very little pain. [/snip]

RE: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Humberto Silva
World Editing Portugal -Original Message- From: Freedomware [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 23 de Janeiro de 2004 12:42 To: [EMAIL PROTECTED] Subject: [PHP] Importing Text into Database - Can you recommend a tutorial? I'm wading through some of the MySQL literature (whew

Re: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Freedomware
Jay Blanchard wrote, Ooops, sorry. Google for 'import CSV into MySQL' or hit the MySQL web site Humberto Silva wrote: You can pick the headers from the speadsheets to construct the tables, export from the spreadsheets to .csv and import it to the new tables Wow, thanks for the tips. I wasn't

RE: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Angelo Zanetti
] Importing Text into Database - Can you recommend a tutorial? I'm wading through some of the MySQL literature (whew!), but I'm looking for the quickest way to create some tables and get them online. I just downloaded a software program called EMS MySQL Manager, which appears to work well

RE: [PHP] Importing Text into Database - Can you recommend a tutorial?

2004-01-23 Thread Giz
,value3 -Original Message- From: Freedomware [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 5:23 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Importing Text into Database - Can you recommend a tutorial? Jay Blanchard wrote, Ooops, sorry. Google for 'import CSV into MySQL' or hit