Re: [PHP-DB] PHP query to mysql database returns emtpy data, butQuery Browser shows records

2005-01-06 Thread Bastien Koert
to mysql database returns emtpy data, butQuery Browser shows records Date: Thu, 06 Jan 2005 14:24:29 +0100 graeme wrote: Hi, You have: $query example = SELECT description from cpProducts where category='39 47 48 172' don't you want to add a logical operator such as OR, possibly AND $query example

Re: [PHP-DB] PHP query to mysql database returns emtpy data, butQuery Browser shows records

2005-01-06 Thread jwalker
and painful. ---Original Message--- From: Bastien Koert [EMAIL PROTECTED] Subject: Re: [PHP-DB] PHP query to mysql database returns emtpy data, butQuery Browser shows records Sent: 06 Jan 2005 14:14:02 Perhaps an IN query clause it what he needs... $query example = SELECT

Re: [PHP-DB] PHP query to mysql database returns emtpy data, butQuery Browser shows records

2005-01-06 Thread Jochem Maas
jwalker wrote: No the category field is varchar(250) and uses spaces to parse each element within the field. The database is an osCommerce hybrid - not my own. The values within the category field go from one number to an X set of numbers, separated by spaces. This is making development rather