You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql="SELECT eventos.cod_evento, nome_evento, descricao_evento, img_evento, periodo_evento, data_inicio from eventos inner join eventos_atividades on eventos.cod_evento=eventos_atividades.cod_evento group by eventos.cod_evento order by eventos_atividades.data_inicio desc limit $newc";