Upload Excel or CSV file to MySQL with PHP
        Posted  
        
            by Tony
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tony
        
        
        
        Published on 2010-04-15T01:50:57Z
        Indexed on 
            2010/04/15
            1:53 UTC
        
        
        Read the original article
        Hit count: 356
        
I'm looking to allow users to upload an Excel or CSV file to MySQL for a contact management system. Need to be able to allow users to map their columns so that they are imported into the correct column in the table.
Anyone know of a good site or tutorial on this?
© Stack Overflow or respective owner