![]() |
Sergey Kornilov admin 4/6/2011 |
Redirect should happen before any output. |
Y
|
yksafo author 4/6/2011 |
Redirect should happen before any output. I guess you can redirect first and on that page open a popup.
header("Location: oderDetails_list.php?editid1=".$keys["orderID"]); |
![]() |
Sergey Kornilov admin 4/6/2011 |
The code that opens the popup needs to be moved to one of events of the page where you redirect your user. |