Ver Mensaje Individual
  #13 (permalink)  
Antiguo 03/12/2007, 12:42
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Re: problema con seleccionar id

Cita:
Iniciado por JavierCS2007- Ver Mensaje
Es un warning... por lo que veo te falta recorrer bd :

Poné así :

$rst = mysql_query("SELECT * FROM propiedades WHERE id = $id");
While($row = mysql_fetch_array($rst)) {


Slds!
luego haces lo que te escribi:
echo $row['foto1'];
echo $row['ciudad'];