New Hosting

ads auto

Sunday, June 20, 2010

Limitation of header clause in PHP

Example:
...
if(a=b)
{
...
}
else
{
...
header("Location: admin_home.php");
}
?>

header need located at last clause of php code:
must not have space and other command

No comments:

Domain