This topic is locked

After Add goto back to the filtered list

5/1/2009 1:50:24 PM
PHPRunner General questions
lewisgr author

After I add a order I want the code to send the page back to the filter list of order for this customer. Right now I can only send it back to the whole list. Since I'm new to this world I'm not sure how to code this, could someone help me out?
Thanks

J
Jane 5/4/2009

Hi,
here is a sample code for After record added event:

header("Location: tablename_list.php?a=return");

exit();

lewisgr author 5/4/2009

Worked perfectly!
Thanks

Hi,

here is a sample code for After record added event: