Re: [PHP] PHP, MySQL and Transaction

2002-08-16 Thread Jason Wong
On Friday 16 August 2002 17:37, Christian Ista wrote: > 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. Not sure why you wo

[PHP] PHP, MySQL and Transaction

2002-08-16 Thread Christian Ista
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 thin