Re: [PHP] Advanced Search

2003-01-14 Thread Andrew Brampton
by price asc' mysql_query($sql ); Hope this helps Andrew - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 4:16 AM Subject: [PHP] Advanced Search > > Hello! > > Any quick solutions to this: > >

[PHP] Advanced Search

2003-01-14 Thread rw
Hello! Any quick solutions to this: if (!$city && !$sub_name && !$address && !$pool && !$waterfront && !$waterview && !$golf && !$type && !$beds) {$result = mysql_query("SELECT p.* FROM properties p ORDER by price asc;");} elseif (!$city && !$sub_name && !$address && !$pool && !$waterfront && !$

Re: [PHP] Advanced Search on MySQL

2001-04-19 Thread Steve Werby
"Augusto Cesar Castoldi" <[EMAIL PROTECTED]> wrote: > How can I do a advanced "string" search in my MySQL tables? > > Something like: I have a form with name, phone, age, e-mail... and I want > to fill some of those and search in the database where name has "name > typed in the form" and phone has

[PHP] Advanced Search on MySQL

2001-04-19 Thread Augusto Cesar Castoldi
How can I do a advanced "string" search in my MySQL tables? Something like: I have a form with name, phone, age, e-mail... and I want to fill some of those and search in the database where name has "name typed in the form" and phone has "number typed in the form" How Can I do that by a MySQL