In the where clause it is necessary to compare two strings so that the equality condition is fulfilled without regard to punctuation marks, i.e. didnt either didnt or didnt.
this query needs to be redone so that it compares $_POST["name"]
and the textUS
field, not including the punctuation marks mysql_query('SELECT * FROM les WHERE textUS= "'.$_POST["name"].'"',$conn);