markgil
hi to all, i have a problem with code.
this
$result = $db->sql_query("UPDATE ".$prefix."_gax_wbox SET......'");
Header("Location: ".$adminfile.".php?adminload=$modulename&plugin=Proyectos");
}
it works well
this
if($choice == "No"){
Header("Location: ".$adminfile.".php?adminload=$modulename&plugin=Admin_Mensajes");
}
it works bad
this says brownser:
Warning: Cannot add header information - headers already sent by (output started at d:\easyphp\www\zentri\core.php:662) in d:\easyphp\www\zentri\plugins\admin\GaxBox\plugins\Admin_Mensajes\index.php on line 39
What is the problem??
somebody can help me?
thanks
this
$result = $db->sql_query("UPDATE ".$prefix."_gax_wbox SET......'");
Header("Location: ".$adminfile.".php?adminload=$modulename&plugin=Proyectos");
}
it works well
this
if($choice == "No"){
Header("Location: ".$adminfile.".php?adminload=$modulename&plugin=Admin_Mensajes");
}
it works bad
this says brownser:
Warning: Cannot add header information - headers already sent by (output started at d:\easyphp\www\zentri\core.php:662) in d:\easyphp\www\zentri\plugins\admin\GaxBox\plugins\Admin_Mensajes\index.php on line 39
What is the problem??
somebody can help me?
thanks
