How do I insert data into multiple tables without having to use multiple 

   insert statements? Can I just do Insert into table1 (data) table2
(data) 
   table3 (data) or do I have to use seperate INSERT statements for each
table? I would like to add all at once from web page form


 $query = "INSERT INTO $table VALUES ('$menu_id', '$server',
'$menunumber', '$menuname')";

--
This email was sent using w3mail.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to