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:
>
>
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 &&
!$
"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
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
4 matches
Mail list logo