textarea addslashes confusion
Posted: Wed Aug 30, 2006 8:48 am
Hi,
I really think the function
is practically of no use in php...but.
How do you show text in html textarea tag?
What if there are quotes in the text?. What if you want to show hrefs(links) but not allow other html and the page break.
I really think the function
Code: Select all
addslashes()How do you show text in html textarea tag?
What if there are quotes in the text?. What if you want to show hrefs(links) but not allow other html and the page break.