View Single Post
Old 01-11-2005, 07:10 PM  
calmlikeabomb
Confirmed User
 
calmlikeabomb's Avatar
 
Join Date: May 2004
Location: SW Palm Bay, Florida
Posts: 1,323
Edit: Just rename your html files to .php extension and do something like this:

Code:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php echo 'Sup Hoe' ?>
</body>
</html>
__________________
subarus.

Last edited by calmlikeabomb; 01-11-2005 at 07:11 PM..
calmlikeabomb is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote