Thread
:
html in text boxes
View Single Post
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
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
View Public Profile
Visit Jeewhizz's homepage!
Find More Posts by Jeewhizz