View Single Post
Old 06-17-2002, 02:21 PM   PM User | #3
Jeewhizz
Regular Coder


 
Join Date: May 2002
Location: London, England
Posts: 369
Thanks: 0
Thanked 0 Times in 0 Posts
Jeewhizz is an unknown quantity at this point
You can do this if you have PHP on your server. Just create a string with the html in it and use the following code

PHP Code:
<?
$string 
"<html><head>....</html>";
echo 
htmlspecialchars($string);
?>
__________________
Jeewhizz - MySQL Moderator
http://www.sitehq.co.uk
PHP and MySQL Hosting
Jeewhizz is offline   Reply With Quote