Hy all...I want to import the data from an excel file to a mysql table using php. I google it but I didn't find anything explained so that I could understand the way is made. In present I can import a csv file but I want a xls file. Can you give an example or a starting idea or some tutorial...if not can you tell me: in my csv file I can insert the data only if is separated by commas. Can you tell me if it's possible to insert the data without having to put the commas between the data??
Thanks.