Re: Re: Re: [PHP-DB] php-mysql insert via web form problem

2002-02-22 Thread pdsec
Ok, stripSlashes did the trick. thanks all. On Fri, 22 Feb 2002 16:59:56 +0800, Jason Wong <[EMAIL PROTECTED]> wrote: >On Friday 22 February 2002 16:51, [EMAIL PROTECTED] wrote: >> Hello, >> Thanks for your reply. I am not putting the \ slashes in the query, I >> think php is. However, I am

Re: Re: [PHP-DB] php-mysql insert via web form problem

2002-02-22 Thread Jason Wong
On Friday 22 February 2002 16:51, [EMAIL PROTECTED] wrote: > Hello, > Thanks for your reply. I am not putting the \ slashes in the query, I > think php is. However, I am not sure how to remove them from the query that > is being sent to mysql. > Check out stripslashes(). -- Jason Wong -> Gre

Re: Re: [PHP-DB] php-mysql insert via web form problem

2002-02-22 Thread pdsec
Hello, Thanks for your reply. I am not putting the \ slashes in the query, I think php is. However, I am not sure how to remove them from the query that is being sent to mysql. regards ~:P On Fri, 22 Feb 2002 09:58:27 +0200, Marius Ursache <[EMAIL PROTECTED]> wrote: >i think the query you