multiple where's

2002-06-05 Thread Chris Hohimer
I am new to MySQL and SQL in general. I was wondering how to narrow down a search. I wanted to do something like select * from table where x, y, z; but this doesn't work. Can someone help me? - Before posting, please check:

help with empty set

2002-06-05 Thread Chris Hohimer
using PHP what is the value for a returned result from MySQL of empty set ex: if($result != NULL){ do this } else{ do that } but NULL is not right. what should I replace NULL with? - Before posting, please

Re: help with empty set

2002-06-05 Thread Chris Hohimer
-of-file.php On Wednesday, June 5, 2002, at 12:20 PM, Anil Garg wrote: have u tried with \0 ?? - Original Message - From: Chris Hohimer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 1:54 PM Subject: help with empty set using PHP what is the value