Hello,

In an MySQL table, I insert some records. Before each insert (just
before), 
I do a "Select max() ..." and I increment the result by one, to give a
number (unique), and I have an auto_incremente field too.

I'd like to know if there is a mechanism in PHP, if several person do
the same thing in the same moment, to not have several record with the
same number.


Christian,



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to