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!
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?