Ver Mensaje Individual
  #6 (permalink)  
Antiguo 30/11/2007, 16:26
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: problema con seleccionar id

Prueba agregando esta linea en lugar de la que esta:
Código PHP:
$rst mysql_query("SELECT * FROM propiedades WHERE id = $id") or die( mysql_error() ); 
Saludos.