How can I make it to where you cannot submit any html on a form. Or, when I pull the information from the table, how do I not display the html they put in?
Thanks.
Use this function:
http://www.php.net/manual/en/function.strip-tags.php
It will strip out HTML and PHP tags from a string.
Diego