How to write this mysql query,
SELECT * FROM  `content`WHERE  `language_option_tag` LIKE  "%English%" 
into php code where I only select the data which user have been POST by FORM
$sql .= 'SELECT * FROM  `content` WHERE  `language_option_tag` LIKE "%' .$lang_name. '%" ; 
 
     
     
     
     
     
    