All,
Which is better and why ?
header("Locatio n: http://www.example.com/");
or
echo "<META HTTP-EQUIV=\"refresh \" content=\"0; url=/index.php\">";
Which is better and why ?
header("Locatio n: http://www.example.com/");
or
echo "<META HTTP-EQUIV=\"refresh \" content=\"0; url=/index.php\">";
Comment