I want to do a very simple action:
(I use inline edit)
On mastertable Events, on the Edit page - after record updated, I want the detail form to open.
I add the following code:
header("Location: http://localhost/usagedetail_list.php");
exit();
I get an "Error occurred >>" message (after clicking "Save all") as a link, and on moving the mouse pointer over the link,
the detail form appears as a popup screen.
With other words, I cannot automatically redirect from the master to the detail form, after save all.
This is a constant issue and is easily repeatable.
Does anyone know about this and perhaps have a solution?