PHP에서 리다이렉션 하는 방법

PHP에서 리다이렉션

<?php
echo "<script>

window.location.replace('http://~~~');

</script>";
?>

댓글