i am maintaing jobs portal site, in this in search box when user search with single character as 'C' then i want to dislay 'C developer' or 'C programmer' or ' C/C++ Develoepr' like. But i am getting 'Customer service jobs' and some other jobs. I am using the following query.
$qry="select * from tbl_jobs where job_title LIKE
'".$_REQUEST['job_title']."%' or job_title LIKE '%".$_REQUEST['job_title']."%' ";
This query not working properly. Please help me how to display c language related jobs when user searches single word as 'C''