>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, December 18, 2001 1:12 PM
Subject: Re: [PHP-DB] Database query
> Ok you need to use PHP to decide what they have selected and construct a
sql
> statement based on that.
>
> for instanc
Ok you need to use PHP to decide what they have selected and construct a sql
statement based on that.
for instance
if ($location != "" && $discipline != "") :
//construct variable with sql statement
elseif ($location == "" && $discipline != ""):
//construct variable with sql