[PHP] Re: Send multiple SQL staments in one query

2002-11-25 Thread Seth Remington
Miguel lópez dinaweb dpto. programación wrote: Hi, I can't send multiple sql staments in one query, i always get an error saying that the sentece is incorrect, i thorw the sentece in a mysql console and works fine, i'm sepraing sentences with ; i try to separe using ;\n or ;\r\n but don't work

Re: [PHP] Re: Send multiple SQL staments in one query

2002-11-25 Thread @ Edwin
Hello, Seth Remington [EMAIL PROTECTED] wrote: [snip] Here's a function that I use to run multiple SQL statements at once - [/snip] ...perhaps, a better way to put it is run multiple SQL statements _one after another_ :) It's a good approach though. ;) - E -- PHP General Mailing List

RE: [PHP] Re: Send multiple SQL staments in one query

2002-11-25 Thread Miguel López Dinaweb Dpto. Programación
, 25 de noviembre de 2002 16:25 Para: Seth Remington; Miguel lópez dinaweb dpto. programación CC: [EMAIL PROTECTED] Asunto: Re: [PHP] Re: Send multiple SQL staments in one query Hello, Seth Remington [EMAIL PROTECTED] wrote: [snip] Here's a function that I use to run multiple SQL statements