View Single Post
05-21-2006, 11:05 PM
#11
Michael Boutros is offline Michael Boutros
Status: I'm new around here
Join date: May 2006
Location:
Expertise:
Software:
 
Posts: 7
iTrader: 0 / 0%
 

Michael Boutros is on a distinguished road

  Old

If you really wanted then you could do this:

<?php
$file = file_get_contents("includes/filename.html");

echo $file;
?>

PS: Glad to see I'm not the only one who uses (" and ") :P