Re: [PHP] Mysql Insert from select problem with php

2002-06-21 Thread Rasmus Lerdorf
I bet you are double-escaping it. Try without the AddSlashes() call. By default PHP will escape this for you automatically. -Rasmus On Thu, 20 Jun 2002, David McInnis wrote: After posting this on the MySQL list and getting some feedback we were able to determine that this was not a flaw

RE: [PHP] Mysql Insert from select problem with php

2002-06-21 Thread John Holmes
To: [EMAIL PROTECTED] Subject: [PHP] Mysql Insert from select problem with php After posting this on the MySQL list and getting some feedback we were able to determine that this was not a flaw with MySQL. Any ideas from the PHP community? === Can anyone tell me why this does not work

[PHP] Mysql Insert from select problem with php

2002-06-20 Thread David McInnis
After posting this on the MySQL list and getting some feedback we were able to determine that this was not a flaw with MySQL. Any ideas from the PHP community? === Can anyone tell me why this does not work? I am using php and mysql. When I do an insert from select into a mysql table I