I have the following PHP MySql query:
PHP Code:
$query="SELECT * FROM hosts WHERE php='$isphp' AND asp='$isasp' AND bandwidth>='$isbandwidth' AND space>='$isspace' ORDER BY '$order_by' $sort";
$sort = "DESC"
can anyone tell me where i am going wrong with the above query ? i know its somthing to do with the $sort variable.
Thanks,
Mark.