Hi,
In my short time using Mysql and Php i have had no problems INSERTING form values (which capture using $http_post_vars)into a database table. Recently however i decided i wanted to offer more functionality for the form page, and so added a javascript file to the form which allows users to insert various tags lke bold, italic, img, mail, href etc, without needing to type the code. Exactly like the kind of thing you see when posting here on PHPbuilder for example.
I didnt know what the problem was for a while, but i have def narrowed it down to the main text box which is tied to the javascript functionality. When i remove it from the UPDATE query it works, when i add it back, it fails. I cant figure what the problem can be, as i have added slashes and it echo's to the screen no problem. Does anyone have any ideas or had similar problems?
HELP!