Hi all, What is the SQL for inserting data into multiple tables? For example, i created a form, when the submit button is clicked a PHP script is activated. I want the input from the text fields to be inserted into the database.
Cheers, sam
"What is the SQL for inserting data into multiple tables?"
that does not exist. use multiple queries, or a stored procedure.