Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/03/2008, 16:03
Avatar de eft0
eft0
 
Fecha de Ingreso: junio-2003
Ubicación: Santiago - Chile
Mensajes: 635
Antigüedad: 20 años, 10 meses
Puntos: 9
Re: consulta mysql dentro de un while

A simple vista el codigo se ve bien, intenta reemplazar el echo por esto:

Código PHP:
echo "
<tr>
<td>
fotos<BR>
SOLICITELA CON ESTA CLAVE  {$datos[28]}<BR>
SOLICITELA CON ESTA CLAVE {$datos2[0]}<BR>
</td>
<td>
SOLICITELA CON ESTA CLAVE {$datos[0]}<BR>
NOMBRE DE LA VIVIENDA:{$datos[1]}<BR>
TIPO DE VIVIENDA:{$datos[2]}<BR>
LUGAR:{$datos[5]}<BR>
TAMAÑO DE LA PROPIEDAD: {$datos[6]}<BR>
PRECIO X ESTANCIA:{$datos[7]}<BR>
</td></tr>
"