Thread: PHP inside html
View Single Post
Old 11-24-2004, 01:09 PM   #8 (permalink)
Iantosca
 
True Techie

Join Date: Nov 2004

Posts: 128

Iantosca

Send a message via AIM to Iantosca
Default

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 is offline