J
|
Jane 4/28/2008 |
Hi, //redirect to another page header("Location: Table2_add.php?title=".$values["Title"]."&price=".$values["Price"].""); exit();
|
L
|
luck author 5/1/2008 |
Hi, use After record added[b] event on the [b]Events tab for this purpose. Here is a sample: Then check these URL parameters in the Add page: Before process event for Table2, save it in the $_SESSION variables and use as default values on the "Edit as" settings dialog on the Visual Editor tab.
|
J
|
Jane 5/5/2008 |
Hi, |