Forum Moderators: coopster
$query="SELECT * FROM properties WHERE water='Bass Lake' ORDER BY price ASC";
how to I query using a link? The link below doesn't work, but should it be something like this?:
[mysite.com...] Lake
a href=http://mysite.com/getlake.php?water='Bass Lake'
/// then , for a handler search for a water var
if ($water){ $query="SELECT * FROM properties WHERE water='$water' ORDER BY price ASC";}