how about
I have a table "courses" and a web browser in php
the table is in utf8_general_ci, the web in utf8 In the table they are saved with an accent, that is, if I search for "technical", results appear, but if I search for "technical", nothing appears ...
the query is basically
Select * from cursos where titulo like '%".texto."%'
I already appreciate suggestions