01-11-2005, 07:16 PM
|
|
|
Confirmed User
Join Date: Jan 2005
Location: Qc,Canada
Posts: 197
|
Quote:
|
Originally Posted by calmlikeabomb
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>
|
http://www.hotgirl21.com/test.html
Nothing appear
|
|
|