Hi,
Trying to include an url in my entire page. Not sure how it would work out.. Following is the code which is not working bc of the include url part:
<?php
include "top.htm"; //host locally
include " //body will be the url page
include "foot.htm"; //host locally
?>
Thanks!
Trying to include an url in my entire page. Not sure how it would work out.. Following is the code which is not working bc of the include url part:
<?php
include "top.htm"; //host locally
include " //body will be the url page
include "foot.htm"; //host locally
?>
Thanks!