Hi,
This is my first post, I have a project where i want to load a sql file in mysql through php, How to do it?
Thank you
sql file executing?
Moderator: General Moderators
Re: sql file executing?
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
VALUES (value1, value2, value3,...)