how to make a link to another php file in php code example
Example: link to another page php
echo ' <a href="index1.php">page1</a>';
echo '<a href="page2.php">page2</a>';
echo ' <a href="index1.php">page1</a>';
echo '<a href="page2.php">page2</a>';