Ver Mensaje Individual
  #7 (permalink)  
Antiguo 30/11/2007, 16:27
JavierCS2007-
 
Fecha de Ingreso: octubre-2007
Ubicación: Capital Federal
Mensajes: 215
Antigüedad: 16 años, 6 meses
Puntos: 1
Re: problema con seleccionar id

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!