Answers for "how to open another page in php"

PHP
3

php go to another page

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

link to another page php

echo ' <a href="index1.php">page1</a>';
echo '<a href="page2.php">page2</a>';
Posted by: Guest on March-10-2020

Code answers related to "how to open another page in php"

Browse Popular Code Answers by Language