Comunidad de diseño web y desarrollo en internet online

subir imagenes + diseño

Citar            
MensajeEscrito el 04 Jun 2013 08:09 pm
me anda todo bien pero el diseño quisiera poner algo un poco mas prolijo q eso ojala me puedan ayudar y si les tinteresa puedo subir los demas archivos , saludos
<html>
<body>
<?php

extract($_GET);
include "../_php/conexion.php";
$result = mysql_query("SELECT path,titulo,alt FROM fotos WHERE idTerreno=$id");
$tabla="<table border='1'>";
$contador=3;
while ($row = mysql_fetch_array($result)) {
extract($row);
if($contador%3==0){
$tabla=$tabla. "<tr>\n";
}
$tabla=$tabla. "\t<td><img src='../imagenes/$path' width='50' heigth='50' alt='$alt' title='$titulo' /></td>\n";
$contador++;
if($contador%3==0){
$tabla=$tabla. "</tr>";
}

}

$tabla=$tabla. "</tr>";
$tabla=$tabla. "</table>";
echo $tabla;
$result = mysql_query("SELECT Area,Titulo,Ubicacion,Precio FROM terreno");
$row = mysql_fetch_array($result);
extract($row);



echo "<div><table >
<tr>
<td>area</td><td> :</td><td> $Area</td>
</tr>
<tr>
<td>Ubicacion</td><td> :</td><td> $Ubicacion</td>
</tr>
<tr>
<td>Precio</td><td> :</td><td>$Precio</td>
</tr>
</table></div>";


?>

Por foos1987

11 de clabLevel



 

chrome
Citar            
MensajeEscrito el 05 Jun 2013 12:27 pm
¿Se supone que somos adivinos?

Por SinSemilla

Claber

336 de clabLevel



Genero:Masculino  

i am that i am...

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.