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');
?>

This entry was posted in PHP. Bookmark the permalink.

Leave a Reply