12-01-2007, 05:57 PM
|
#8 (permalink)
|
|
The Acquainted
Join Date: Sep 2007
Posts: 133
Thanks: 6
|
It's order is:
First Query
mysql_insert_id();
Second Query
Third Query
mysql_insert_id();
Fourth Query
Problem is the second mysql_insert_id produces nothing although the first one works.
|
|
|