Category Archives: PHP

How to make a PHP include

If you want to include another PHP page in your current page, you can use the following PHPcode: <?php include(‘pagename.php’); ?>

Posted in PHP | Leave a comment