[PHP] Query bug, what is wrong?

2002-03-08 Thread Daniel F. Castro
Thanks you Daniel Castro -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Query bug, what is wrong?

2002-03-08 Thread Jason Wong
On Friday 08 March 2002 21:29, Daniel F. Castro wrote: > $qname = $HTTP_POST_VARS['ct_nome']; >$qkey = $HTTP_POST_VARS['ct_kw']; >$qdia = $HTTP_POST_VARS['ct_dia']; >$qmes = $HTTP_POST_VARS['ct_mes']; [snip] What's wrong with it? What was the erro

Re: [PHP] Query bug, what is wrong?

2002-03-08 Thread Daniel F. Castro
The error msg is You have an error in your SQL syntax near 'ARQUIVO,NULL)' at line 1 Daniel Ferreira Castro "Jason Wong" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED]... > On Friday 08 March 2002 21:29, Daniel F. Castro wrote: > > >$qname = $HTTP_POST_VARS['ct_nome'];

Re: [PHP] Query bug, what is wrong?

2002-03-08 Thread Jason Wong
On Friday 08 March 2002 21:56, you wrote: > The error msg is > > You have an error in your SQL syntax near 'ARQUIVO,NULL)' at line 1 > Try entering that query into mysql at the command line. Does it work? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Mark's Dental-Chair Disco

RE: [PHP] Query bug, what is wrong?

2002-03-08 Thread Robert V. Zwink
ert Zwink http://www.zwink.net/daid.php -Original Message- From: Daniel F. Castro [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 8:29 AM To: [EMAIL PROTECTED] Subject: [PHP] Query bug, what is wrong? Thanks you Daniel Castro -- PHP General Mailing List (http://www.php.ne

Re: [PHP] Query bug, what is wrong?

2002-03-08 Thread hugh danaher
ssage - From: "Robert V. Zwink" <[EMAIL PROTECTED]> To: "Daniel F. Castro" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 6:22 AM Subject: RE: [PHP] Query bug, what is wrong? > You probably need to wrap the strings you are trying