Hello! I've got this code that uploads a csv to a mysql database and it's not working. It says Failed every time, I have no idea why. Please check it out and let me know if you have any idea why it's not working. http://pastebin.com/UysjGbSU THANK YOU!
From looking at your code you should also be getting atleast one more line of text as an error. Lines 116-120 outputs the actual error. You could try and change line 102 to read $fail[] = mysql_error($connection); perhaps that will help with the missing error message.