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

2002-06-21 Thread John Holmes
ohn Holmes... > -Original Message- > From: David McInnis [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 21, 2002 1:57 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Mysql Insert from select problem with php > > After posting this on the MySQL list and getting some feed

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

2002-06-20 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 w

[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 get