Colleagues.
I have a table that within the Days field brings: Second & Tuesday
But when querying within PHP, it does not return anything, even if the query is correct:
$sql = mysqli_query($con,"SELECT * FROM semana WHERE Dias = 'Segundas & Terças'");
When we play directly inside Mysql, it returns the result, but within PHP it does not. I believe the problem is in & I've never been particularly troubled. Would anyone know how to solve it?