Answers for "redict to another page php"

PHP
3

php go to another page

<?php header("Location: anotherDirectory/anotherFile.php"); ?>
Posted by: Guest on April-14-2020
0

php redirect to another page

<?php header("Location: $url"); ?>
Posted by: Guest on November-20-2021

Code answers related to "redict to another page php"

Browse Popular Code Answers by Language