How to save Excel sheet data into MYSQL database using php?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • twinkle2010
    New Member
    • Jun 2010
    • 1

    How to save Excel sheet data into MYSQL database using php?

    Hi I am a new web programmer.I got an issue that reads the excel sheet data and store it to MYSQL database using php. I dont have any idea on that. can you help me?
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    use file to read the file, explode or regular expressions to search for your data, then use mysql queries to do inserts.

    If you don't know any of these, you must learn how to program in PHP first.

    Dan

    Comment

    Working...