Hi,
I've created a forum for my web site and its working fine apart from when inputting html tags.
If you input them directly into a mySQL database then everything works OK. However I have a preview post button on the forum, it displays the variable $message into the page and then inputs $message into the new textarea. The $message displays fine but within the textarea it displays all " as \" and so when you put that into the mySQL database you get an error.
If your unsure what I mean go to http://www.plane-mad.com/forum.php and preview a message with HTML.
At the moment I am having to tell my guests to input HTML tags without the " which works fine for one word values but obviously doesn't work otherewise.
Any help would be greatly appreciated.