View Single Post
  #2 (permalink)  
Old 07-23-2008, 06:35 PM
Dan Bracuk
 
Posts: n/a
Diggs:
Default Re: Getting everything but empty fields in MySql query

Your specific error comes from the word "not". It should be either <> ", is
not null", or both, depending on how you store your data.

There may be some other issues, depending on what the values of form.sql and
Search1 are.



Reply With Quote