MySQL with PHP Questions

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
php_wiz_kid
Forum Contributor
Posts: 181
Joined: Tue Jun 24, 2003 7:33 pm

MySQL with PHP Questions

Post by php_wiz_kid »

Can you input information into more than one table at a time for one massive query? This would be for error handling purposes
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

No, MySQL currently doesn't support multitable inserts (and won't support them AFAIK).
Post Reply