hi i have a problem i tried to call a value from table to <textarea> like <textarea=\"Description\">$Description</textarea> and it display a html code like <br><br> also even i uses addslashes and stripslashes how to get rid of it??? thanks
You need to use strip_tags. it will remove all the html and php tags.
Mark.
...while if you want those bits to displayed as explicit <hr>, etc. tags (like that one), use htmlspecialchars().