why? if your thinking the db may give the wrong answer, postgres does a bery good job of this. if your super worried, well use mysql, they lock the table when a field is being inserted, updated, or deleted. if you want todo this for some other strange reason, do it the easy way.
<?php - if file 'busy.tmp' doesnt exist - - write a file 'busy - - do something - - delete the file - else - - bugger off ?> -- Chris Lee [EMAIL PROTECTED] "Luz Lopez" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all > > I am creating a program PHP that will be access int the web for many > persons, this aplication will be permit to insert registry on a data base > Postgresql, When a person this inserting a registry I need to block that > table so that another user cannot to access the data base. Exists some form > in php to do this? > > I want to Know how can I save information on a Data Bse that will > be access > for many persons at the same time. > > Thanks in advanced for yuor advices !!! > > Regards, > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]