Please help me on this.. When i search for a specified string in my OPAC (Online Public Access Catalog) it doesn't return any result.. Im using PHP and MS Access. My query is like this

Code:
$query = odbc_exec($odbc, "SELECT * FROM qryOPAC WHERE Title LIKE '%$exp%';") or die (odbc_errormsg());
--
Kenneth
"Better Than Yesterday"