RE: [PHP] last_insert_id function

2001-01-24 Thread Mark Lipscombe
Someone jump in here and correct me if I'm wrong, but by the time you get around to executing the second query, LAST_INSERT_ID() from MySQL isn't necessarily going to be the desired value, because another record may well have been inserted in that time? On 24 Jan 2001 18:25:27 +0900, Maxim Malets

[PHP] Bi-directional popen()?

2001-01-24 Thread Mark Lipscombe
Hi, Is it at all possible, no matter how much trickery and such involved, to do something similar to popen(), but bi-directional? Thanks, Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont