Ver Mensaje Individual
  #23 (permalink)  
Antiguo 19/03/2009, 14:36
majony
(Desactivado)
 
Fecha de Ingreso: diciembre-2008
Mensajes: 421
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: Problemas con update url

Hice esta modificacion
Código php:
Ver original
  1. <?php      
  2.                 {echo '<option>'.$row["Nombre"];}
  3.               while($row = mysql_fetch_array($listado)){
  4.                printf("<tr>
  5.                        <td align=center>%s</td>
  6.                        <td>%s</td>
  7.                        <td>%s</td>
  8.                        <td align=center>%s</td>
  9.                        
  10.                        <td><a href=\"editar.html.php?id={$row['id']}\">actualizar</a></td>
  11.                        <td><a href=\"eliminar.html.php?id=$id\">Eliminar</a></td>
  12.                        </tr>",$row["id"],$row["name"],$row["description"],$row["size"]);
  13.    }

Pero es como si no me hace valer la condicion del update el where id='$id'