if ($myrow['Noticia'] !== '<' && $myrow['Noticia'] !== 'Nao') {
echo "Noticia mal colocada!";
}
I have this code and would like to just check the first character of the Noticias
column that would be this <
and if it did not have this character at the beginning, and was different from No , message.