You don't have an account yet?
Become part of our PHP community and register now...
header("Location:. xyz.php");
header("Location: xyz.php");
if (isset($_POST['action'])) { header('location:xyz.php'); }
Comment