Is there a way to have multiple MySQL Insert commands? Here's the code I am trying to use from PHP, but it won't work:
INSERT INTO Teachers (UserName,PassWord) VALUES ('pilky','pilky'); INSERT INTO Teachers (UserName,PassWord) VALUES ('moore','moore')
How can I have it so that I can insert more than one new row?
aDog![]()








.. i've had that issue in the past, dont know if the new mysql's can handle it

Bookmarks