Código
muchas gracias de antemano.
<?php { include 'db.php'; $Nombre=$_POST['Nombre'] ; $CI= $_POST['Idd'] ; $Falla=$_POST['Falla'] ; $Estatus=$_POST['Estatus'] ; VALUES ('$Nombre','$Idd','$Falla','$Estatus')"); } ?> <?php include("db.php"); { $id = $test['id']; echo "<tr align='center'>"; echo"<td><font color='black'>" .$test['id']."</font></td>"; echo"<td><font color='black'>" .$test['Nombre']."</font></td>"; echo"<td><font color='black'>". $test['Idd']. "</font></td>"; echo"<td><font color='black'>". $test['Falla']. "</font></td>"; echo"<td><font color='black'>". $test['Estatus']. "</font></td>"; echo"<td> <a href ='view.php?id=$id'><strong>Editar</strong></a>"; echo"<td> <a href ='del.php?id=$id'><strong>Eliminar<strong></a>"; echo "</tr>"; } ?>