This topic is locked
[SOLVED]

 Error occurred >>

5/16/2011 8:49:15 PM
PHPRunner General questions
R
rooster27 author

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?

R
rooster27 author 5/17/2011

Found a workaround using cookies..