Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/03/2012, 08:41
Avatar de HiToGoRoShi
HiToGoRoShi
 
Fecha de Ingreso: abril-2008
Mensajes: 849
Antigüedad: 16 años
Puntos: 31
Respuesta: Duda con PHP y MySQL

Query String ?


instrumentos.php?id=1

Código PHP:
Ver original
  1. $id = $_GET['id'];
  2. SELECT * FROM instrumentos WHERE id = $id;