J
|
Jane 3/25/2009 |
Hi,
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="#">update</A>
//delete records if(@$_POST["a"]=="delete") return true; //update records if(@$_POST["a"]=="update") { //update your records here } return false; |
![]() |
hichem author 3/27/2009 |
Hi, unfortynately there is no easy way to update all records in the same time. As workaround you can add new button "Close status", select records on the list page and update it with Close status. Here are some tips:
|
J
|
Jane 3/27/2009 |
Hi, |