Posts by perrylopes • 3 points
1 post
-
-1
votes2
answers70
viewsQ: The inclusion of data is not occurring in the database, and the connection and variable is arriving in the function
Function gravar_task($connection, $task) { if(mysqli_connect_error($connection)){ echo 'Sem conexão com banco de dados'; die(); } $sqlGravar = " INSERT INTO tarefas (nome, descricao, prioridade)…