2 posts
0
1
248
index php. <table border="0" width="100%"> <a href="insere.php">Adicionar</a> <tr> <th>Nome:</th> <th>E-mail:</th> <th>Açoes:</th>…
-1
25
<?php require'conecta.php'; $id = 0; if (isset($GET['id']) && !empty($GET['id'])){ $id = addslashes($GET['id']); $sql = "SELECT * FROM usuarios WHERE id = '$id'"; $sql =…