Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/10/2008, 16:07
GoKu
 
Fecha de Ingreso: septiembre-2003
Mensajes: 54
Antigüedad: 21 años, 7 meses
Puntos: 2
Respuesta: como crear un enlace href dentro de php pasando un ID

Puedes tratar asi

$query = mysql_query('select id from tabla');
while($row=mysql_fetch_array($query))
{
echo " <a href=' modificar.php?ID= ".$row['ID']." '> Editar</a>;
}
__________________
Kame Kame AH