ok Fredy, here is the full solution..
create this php file and name it as you like..
this should do and I tested it and it works fine

the script will upload a file and reads its contents and then insert them..
the uploaded file will remain in the temp folder on your server and will be deleted eventually..
as for Beck's solution, it uses COM and is good..
but it's not cross-platform! because the server has to be Windows and it has to have Microsoft Office Excel installed on it..
however if you want to use his solution, just add the upload form with this if (isset($_POST['SFCSV'])) parts and change the file name to $_FILES['SFCSVfile']['tmp_name'] and it should work fine
