Answers for "php link to another page"

PHP
2

php go to another page

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

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
1

php link to page

header("Location: https://example.com");
Posted by: Guest on November-04-2020

Code answers related to "php link to another page"

Browse Popular Code Answers by Language