Posts by Peterson Oliveira • 9 points
1 post
-
0
votes0
answers131
viewsQ: Error with fetchAll using order by
I’m making a task scheduling system. I need to show these tasks to the user, created a file called tarefas.php to query the Mysql database: <?php include_once 'conexao-calendario.php';…