DonPro wrote:
>$queryID = mysql_query("SELECT HSCode, UOM, EDescript FROM HSCodes WHERE
>MATCH(EDescript) AGAINST ('" . $description . "') ORDER BY HSCode, UOM,
>EDescript");
>
I don't see what is wrong but try echoing the text of the query itself
and see if it contains what you think it does around the $desription area.HTH Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

