If you want to include another PHP page in your current page, you can use the following PHPcode:
<?php include('pagename.php'); ?>
You must be logged in to post a comment.