![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
30/11/2007, 16:27
|
| | Fecha de Ingreso: octubre-2007 Ubicación: Capital Federal
Mensajes: 215
Antigüedad: 17 años, 3 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! |