コード例 #1
0
ファイル: remover.php プロジェクト: eisidoro/phpmysql
<?php

include "banco.php";
remover_tarefa($conexao, $_GET['id']);
header('Location: tarefas.php');
コード例 #2
0
ファイル: remover.php プロジェクト: eisidoro/phpmysql
<?php

include "config.php";
include "banco.php";
remover_tarefa($mysqli, $_GET['id']);
header('Location: tarefas.php');