From: "Jacob A. van Zanen" <jack@vanzanen.com> > You'll have to look into stripslashes function (of the top of my head) > > PHP automatically puts slashes around variables PHP automatically escapes quotes in incoming form data when magic_quotes_gpc is enabled. If you do not want then, then either disable the setting or use stripslashes() to remove the escape characters. ---John Holmes... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php