Answers for "how to redirect in php from one page to another in localhost"

PHP
0

php redirect to another page

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

Code answers related to "how to redirect in php from one page to another in localhost"

Browse Popular Code Answers by Language