Thread
:
How to insert html page into another page?
View Single Post
04-16-2010, 07:55 PM
DigitalTheory
^-^
Industry Role:
Join Date: Jul 2007
Location: SacTown
Posts: 1,055
Quote:
Originally Posted by
mikke
rename index.html to index.php and try
PHP Code:
<?php
include(
'top.html'
);
?>
;)
exactly this, a php include will not work on an html page.
DigitalTheory
View Public Profile
Find More Posts by DigitalTheory