handling table inserts and updates

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
Zooter
Forum Commoner
Posts: 45
Joined: Tue May 18, 2004 10:46 am
Location: South Africa

handling table inserts and updates

Post by Zooter »

I'm using an ADOB connection to connect to mySQL from PHP / HTML. But I don't know how or if it handles more than one users doing an insert or update to maybe the same field in the same table at the same time. Is there some kind of table locking or something that needs to be implemented?
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

MySQL does all necessary locking internally.
Zooter
Forum Commoner
Posts: 45
Joined: Tue May 18, 2004 10:46 am
Location: South Africa

Post by Zooter »

Thanks.
Post Reply