Try printing the $query1 to the browser and see what it looks like that
solves 99% of my Query problems.

Thank you
Brian Paulson
Sr. Web Developer
[EMAIL PROTECTED]
http://www.chieftain.com
1-800-269-6397

-----Original Message-----
From: Christopher Allen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 16, 2001 12:25 PM
To: php
Subject: [PHP] php'ed mysql query



Hello,
Can anyone tell me why this query errors out? It works from the  mysql
client command line just fine....


$query1 = "select * from zip_base where '$zip1' >= zip  && '$zip1' <= CONCAT
(SUBSTRING(zip , '1' , LENGTH (zip) - LENGTH (range) ), range)";




Christopher C. M. Allen


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to