![]() |
Sergey Kornilov admin 1/12/2006 |
Hi, global $conn;
|
F
|
fmf 8/27/2006 |
Hi, generally it's not possible to get the autoincremented ID number beforehead. You can use Add page-OnLoad event to get the max key value when entering Add page, however this will show wrong value if two users open Add page simultaneously. Here is the sample code for this: global $conn;
|