Hello everyone,
I'm completely new to the idea of building database driven webpages and I'm trying to learn how to use PHP with MySQL.
My question is this: how do I prevent simultaneous read or write operations to session variables and database tables by different client browsers? Or is it possible to 'lock' sections of PHP code for use by a single client?
I'd be extremely grateful for any enlightenment on this.
Many thanks.