Thread
:
PHP inside html
View Single Post
11-24-2004, 01:09 PM
#
8
(
permalink
)
Iantosca
True Techie
Join Date: Nov 2004
Posts: 128
Yes, you can put html into a .php document as long as it is outside the <? php code here ?>.
Just make sure the file is named whatever.php
<html>
<head></head>
<body>
<? php code ?>
</body>
</html>
Iantosca
View Public Profile
Send a private message to Iantosca
Find More Posts by Iantosca