You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use your script to import csv and it work great. Thanks.
But it doesn't import the line that containing single quote (I didn't test with double quote).
I tryed to change fgetcsv function and add PDO::quote() or mysqli::real_escape_string() but it's doesn't work.