sql file executing?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
phpmady
Forum Newbie
Posts: 3
Joined: Sat Mar 13, 2010 10:57 am

sql file executing?

Post by phpmady »

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
wihvd
Forum Newbie
Posts: 6
Joined: Mon Mar 29, 2010 12:29 am

Re: sql file executing?

Post by wihvd »

INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)
Post Reply