I have this query :
 $result = mysql_query("select * FROM  `agents_infos` 
 WHERE ( agent_name LIKE  '%$name%' )");
the $name is :
 $name =$_POST['name'];
I want to get in the result, all the element that contains the name , but I get nothing. Can you help me please?
 
     
     
    