allow HTML in text area - PHP
Postby hypno » Sun Nov 13, 2011 9:56 pm
I am working on php based site.( :( and I am a newbie in PHP) .
A upload form is part of the site. When tested submiting the form, whatever HTML tag I input , it is not rendering HTML but simple plain text with tags like this <b>Bold</b> and not like Bold.
I searched whole folders and php files for "strip_tags", then disabled it. However it still not rendering HTML upon form submission.
I want to enable at least 1 text input area to be html tag acceptable. At least <a> tag.
Any clues? is there any other fuction which has disabled HTML tag input? Or do I need to enable anything in the database?
Sorry I dont have much experience in this matter, I am learning slowly.
Thanks for all for reading this.
Cheers.