<?php
header("Location: http://www.example.com/");
{start of file}
<?php
if(x==0)
{
header("location: www.example.com"); // note - must be in " or ' marks
exit();
}
?>
{end of file}
{start of file}
<?php
if(x==0)
{
header("location: www.example.com"); // note - must be in " or ' marks
exit();
}
?>
{end of file}
We use essential cookies to make this site work, and optional cookies to enhance your experience.