B
|
bozzo 11/15/2008 |
After you do a search, you end up with a limited search result, then when you edit a record and 'save' - is there any way to save and return to the limited search result, as opposed to returning to all records? I realize that you can do this in two steps, save, and then click the 'return to list' button - but clients want to do this in one step - is there code that can be added to 'after' record updated' and 'create new record'? Thanks, Allen.
|
![]() |
Sergey Kornilov admin 11/15/2008 |
Allen, header("Location: tabelname_list.php?a=return"); exit(); |