XLS or CSV to database using a form

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

Post Reply
denisfi
Forum Newbie
Posts: 1
Joined: Tue Feb 14, 2006 1:25 pm
Location: Brazil
Contact:

XLS or CSV to database using a form

Post by denisfi »

Hi my friends... I need a big help from you!!!

I have this problem... How can I use a XLS/CSV file to be insert into a database (mysql) direct from the browser using form to upload and xhtml, php and mysql ??? All online???

to be more clear:

1) a file csv/xls
2) a database (mysql)
3) a form to pickup the file
4) open the file, pickup the data and create a sql string to insert into my database
5) execute the sql string
6) see thats ok.....

sugestions?????

Thank´sssssss

Denis
Post Reply