RE: [PHP-DB] Browser-Trouble with Query

2003-09-03 Thread Jim Hunter
clears the problem. Jim ---Original Message--- From: [EMAIL PROTECTED] Date: Wednesday, September 03, 2003 03:10:06 PM To: [EMAIL PROTECTED] Subject: RE: [PHP-DB] Browser-Trouble with Query Hi, the problem is solved ... but the solution is searched. I renamed the file to mypage2.php

RE: [PHP-DB] Browser-Trouble with Query

2003-09-03 Thread Sebastian Haag
Hi, the problem is solved ... but the solution is searched. I renamed the file to mypage2.php and the script works fine. Puzzles me quite a bit. So, if anyone has an idea... I'm thankful for any comments. Thanks to you guys who replied. Sebastian Haag said: > Hi guys, > > Hutchins, Richard said

RE: [PHP-DB] Browser-Trouble with Query

2003-09-03 Thread Sebastian Haag
Hi guys, Hutchins, Richard said: > Two things: > > First, a copy of your code would help, with line 156 clearly identified. > Sure, [...more code goes here...] $query .= $and; $result = @mysql_query($query) or die("Game ID: " . mysql_error());

RE: [PHP-DB] Browser-Trouble with Query

2003-09-03 Thread Hutchins, Richard
Two things: First, a copy of your code would help, with line 156 clearly identified. Second, usually there's more information with the parse error. Something like "expected ',' or ';'" that will give you more of a hint. Although, I'm not sure if the PHP.INI file has a setting for displaying that

RE: [PHP-DB] Browser-Trouble with Query

2003-09-03 Thread Peter Lovatt
Hi Can we see the code + a few lines either side? Peter -Original Message- From: Sebastian Haag [mailto:[EMAIL PROTECTED] Sent: 03 September 2003 21:12 To: [EMAIL PROTECTED] Subject: [PHP-DB] Browser-Trouble with Query Hi everyone, I have trouble with a PHP-script querying a MySQL-dat