Re: [PHP-DB] Database help needed

2001-11-21 Thread Jason Wong
> This may sound like an odd question and something that I should know, > but ... > > I need to display results by amount - for example, for all properties > which are either or between 450,000 and 500,000 (For example) - how > using PHP and MySQL do I get it to display 450,000, 50,000 and al

RE: [PHP-DB] Database help needed

2001-11-21 Thread Beau Lebens
should be able to do something like SELECT whatever FROM whereever WHERE value<='50' AND value>='45' is that what you are looking for? // -Original Message- // From: Chris Payne [mailto:[EMAIL PROTECTED]] // Sent: Thursday, 22 November 2001 3:11 PM // To: [EMAIL PROTECTED] // Su