entering html and php into a db and display this in a textarea without it being processed as code
Posted by monomaniac21 on 11/07/86 11:57
hi all!
how can i enter html and php into a db and display this within a
TEXTAREA without it being processed as code? do i need to replace
characters like <? with something else like say <..? or is there a more
elegant solution that tells the php parser etc to ignore this section
as it needs to be processed as text not code.