Blade_runner
11-27-2006, 08:21 AM
Hi
I am having problems importing data in to my table, i keep getting the same error Parse error: syntax error, unexpected T_STRING on line 64
here is my code
LOAD DATA INFILE 'csv/data2.csv' INTO TABLE company
FIELDS TERMINATED BY ','
(company_name,comment,phone,fax,num_of_emp,website,physical_add);
thank u to anybody that can help.:thumbsup: t
I am having problems importing data in to my table, i keep getting the same error Parse error: syntax error, unexpected T_STRING on line 64
here is my code
LOAD DATA INFILE 'csv/data2.csv' INTO TABLE company
FIELDS TERMINATED BY ','
(company_name,comment,phone,fax,num_of_emp,website,physical_add);
thank u to anybody that can help.:thumbsup: t