Ver Mensaje Individual
  #6 (permalink)  
Antiguo 15/06/2006, 13:08
Avatar de Agripado
Agripado
 
Fecha de Ingreso: mayo-2001
Ubicación: En mi casa
Mensajes: 441
Antigüedad: 23 años
Puntos: 1
Parte 2 / www.cappiura.com/colegiados/admin.php

Código PHP:
<HTML><HEAD>
   <TITLE>Panel de Control</TITLE>
</HEAD><BODY>

   <p align=center>
      <h1>Administración de colegiados</h1>
   </p>
   <table><form method="post" action="admin.php">
   <tr><td><fieldset>
      <legend align="center">Edición&nbsp;</legend>
      Nombres :<br>
      <input name="nombres" size="50" value="<?echo htmlentities($edit[1])?>" /><br>
      Apellidos :<br>
      <input name="apellidos" size="50" value="<?echo htmlentities($edit[2])?>" /><br>
      DNI :<br>
      <input name="doc_id" size="50" value="<?echo htmlentities($edit[3])?>" /><br>
      Email :<br>
      <input name="email" size="50" value="<?echo htmlentities($edit[4])?>" /><br>
      Telefono :<br>
      <input name="telefono" size="50"  value="<?echo htmlentities($edit[5])?>" /><br>
      Web :<br>
      <input name="web" size="50" value="<?echo htmlentities($edit[6])?>" /><br>
      Colegiatura :<br>
      <input name="colegiatura" size="50" value="<?echo htmlentities($edit[7])?>" /><br>
      Estado :<br>
      <input name="estado" size="50" value="<?echo htmlentities($edit[8])?>" /><br>
      Condición :<br>
      <input name="condicion" size="50" value="<?echo htmlentities($edit[9])?>" /><br>
      <center>
      <input name="btn" type="submit" value="Agregar" />
      <input name="btn" type="submit" value="Modificar" />
      </center>
   </fieldset></td></tr>
   </form></table>
   <ol>
<?
$SQL 
"SELECT * FROM datos ORDER BY id DESC";
$result mysql_query($SQL);
while(
$val mysql_fetch_array($result)) { ?>
   <li><A href="?id=<?echo $val["id"]?>">Editar</A> |
      <A onclick="javascript:return confirm('Está seguro que desea borrar esta entrada?')" href="?del=<?echo $val["id"]?>">Borrar</A>
      <i><?echo $val["nombres"]?> </i>
      <?echo $val["apellidos"]?></li>
<? ?>
   </ol>
</BODY></HTML>
<?
// Déconnexion
mysql_close();
?>
__________________
El mundo es un mercado donde se compra honores, voluntad y conciencia
Samuel