![]() |
Alexey admin 10/17/2007 |
Hi, |
J
|
jje author 10/18/2007 |
Hi, |
![]() |
Alexey admin 10/18/2007 |
Hi, $sql = "select max(id) from table1"; $rs = db_query($sql,$conn); $data = db_fetch_numarray($rs); $_POST["editid1"]=$data[0]; $_GET["editid1"]=$data[0]; |
J
|
jje author 10/25/2007 |
Hi, use this code in Edit page: Before process event.
|
![]() |
Alexey admin 10/25/2007 |
use $_POST["editid1"] to get that value. |