RE: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread Hutchins, Richard
Speaking for myself only, I'm probably going to need to see more code than this to be able to help. These two lines appear to be OK. The error might be in what feeds line 187. -Original Message- From: Dillon, John [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 9:16 AM To:

RE: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread Dillon, John
November 2003 14:43 To: 'Dillon, John'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Parse error on array and SQL query Speaking for myself only, I'm probably going to need to see more code than this to be able to help. These two lines appear to be OK. The error might be in what feeds line 187

Re: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread John W. Holmes
Dillon, John wrote: On line 188 and similar: line 187 $this=$altIDs[$i]; line 188 $query .= ID='$this'; I get the error: Parse error: parse error in /home/jdillon/public_html/provreport.php on line 188 Could this be because some setting has been changed on my shared host? $this is normally

RE: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread Dillon, John
Dillon, John wrote: On line 188 and similar: line 187$this=$altIDs[$i]; line 188$query .= ID='$this'; I get the error: Parse error: parse error in /home/jdillon/public_html/provreport.php on line 188 Could this be because some setting has

Re: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread John W. Holmes
Dillon, John wrote: Tried that, doesn't work with: $query=INSERT INTO ReplyTbl VALUES (' . $monster1 . ', ' . $monster2 . ', ' . $monster3 . ', NULL, NULL); Don't suppose they use 'monster' as a reserved word... How does it not work again?? -- ---John Holmes... Amazon Wishlist:

RE: [PHP-DB] Parse error on array and SQL query

2003-11-20 Thread Hutchins, Richard
. -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 1:09 PM To: Dillon, John Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Parse error on array and SQL query Dillon, John wrote: Tried that, doesn't work with: $query=INSERT INTO ReplyTbl