here is my string
hello
world
<textarea>hello world</textarea>
how can I convert this string
hello
world
<textarea>hello world</textarea>
in php. Any one help please... I am try htmlspecialchars(); function but that doesn't work perfect.