sorry if this is a really stupid question - i've been trying to search for an answer but don't know what the right technical terms are to use.
i have a complete php page, with head tags and body tags etc, and i want to include within this page another complete php with head and body tags etc.
i have tried to accomplish this just using:
Code: Select all
<?php
include ("http://www.includepage.php");
?>The only other method i know of that will work is to use frames. However, i don't like frames very much!
Can anyone suggest another solution??
Yours hopefully,
lizzyd