Hello,
I currently am using a WYSIWYG to turn:
into
It then saves to a mysql. Then when I try to grab the data it just shows up on the webpage as
Instead of
Any suggestions? I know there is htmlspecialchars_ decode but that is for php5 and I am using php4.
Thanks.
I currently am using a WYSIWYG to turn:
blah
blah
into
blah<br><br>blah
It then saves to a mysql. Then when I try to grab the data it just shows up on the webpage as
blah<br><br>blah
Instead of
blah
blah
Any suggestions? I know there is htmlspecialchars_ decode but that is for php5 and I am using php4.
Thanks.














