php header location not working

80

<?php
    echo "<script>window.location.href='target.php';</script>";
    exit;
?>

Comments

Submit
0 Comments