HI

try 

 $result = mysql_query($sql . " " . $sql_ext . " limit 0,1")
 or die("Invalid query".mysql_error());

which will give more detail on the error.

HTH

Peter

> -----Original Message-----
> From: Stuart Felenstein [mailto:[EMAIL PROTECTED]
> Sent: 08 September 2004 20:29
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] Please help
> 
> 
> I'm using a product called dbqwiksite pro.  PHP
> generator for PHP - MySQL 
> 
> The code seems to be working fine except in my search
> page where I receive an "invalid query"
> 
> $result = mysql_query($sql . " " . $sql_ext . " limit
> 0,1")
> or die("Invalid query");
> 
> This is the place I where the code is taking the die
> path.
> I'm guessing something belongs between the quotation
> marks , just not sure.
> 
> Anyone ?
> 
> Thank you
> Stuart
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to