I need to know how to allow users to input html code into a form and allow them to submit the code. I want to store it in a database for later use.
What happens now is when i input data and submit the form, all the html tags are gone so only non html text is present.
I guess i need to know how to disable stripping of html tags by php or whatever is doing it.