I have to remember what does the user put in TEXTAREA....
User may put HTML TAGS inside... and I have to remember it somehow for the next page ....
for user to preview what he had put inside textarea...
I use simple HIDDEN FIELD in a FORM tag...
I use HTMLSPECIALHARS() to convert html tags into HIDDEN FIELD... but when user confirms I HAVE TO PUT IT INTO ORACLE DATABASE....
BUT IT HAS TO BE WITHOUT HTMLSPECIALHARS() function.....
Is there a reverse function??? to convert is to what it has been before using htmlspecialhars()???
HOW TO DO IT???
thanks