Comunidad de diseño web y desarrollo en internet online

mostrar registro

Citar            
MensajeEscrito el 16 Feb 2011 07:46 pm
Hola,
Tengo un pequeño problema con estes códigos, cuando se ejecuta, no se muestran como quiero .
Por encima de la tabla, me aparece el ultimo registro,y me sale todo segido
De esta manera es como me queda ¿por que?

Miguelroxgarcia548748754
nombre apellidos telefono
Manuelgalciarox6586584745




Código PHP :

<table width="65%" border="2" cellspacing="0" cellpadding="0">
<th width="20%" bgcolor="#FFFFCC">Nombre</th>
<th width="20%" bgcolor="#FFFFCC">apellidos</th>
<th width="5%" bgcolor="#FFFFCC">telefono</th>
<?php
include_once("conexion.php"); 


$cadena =("SELECT * FROM reserva");


$resultado=mysql_query($cadena, $conexion) or die ("problema con cadena de conexion<br><b>" .
 mysql_error()."</b>");
$busqueda = mysql_fetch_array($resultado);



while ($registro = mysql_fetch_array($resultado)){
echo $registro['nombre']; 
echo $registro['apellidos'];
echo $registro ['telefono'];
$tabla="<table width=\"65%\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\"><tr>";
$tabla.="<td align=\"center\" width=\"70%\">".$row['nombre']."</td>";
$tabla.="<td align=\"center\" width=\"30%\">".$row['apellidos']."</td> </tr>";
$tabla.="<td align=\"center\" width=\"30%\">".$row['teleono']."</td> </tr>";
echo $tabla;
}
?>

Por brepon

1 de clabLevel



 

msie8
Citar            
MensajeEscrito el 16 Feb 2011 10:16 pm
por esto

Código PHP :

cellspacing=\"0\" cellpadding=\"0\"

Por jpcw

Claber

1715 de clabLevel

1 tutorial

Genero:Masculino  

AlgoritmicBrainDesigner

chrome
Citar            
MensajeEscrito el 17 Feb 2011 04:43 pm
que tengo que cambiar

Por brepon

1 de clabLevel



 

msie8
Citar            
MensajeEscrito el 19 Feb 2011 01:02 pm
cambiar nada te falta aregar la etiqueta de cierre de la tabla
<table>
</table>

Por tuadmin

Claber

598 de clabLevel



Genero:Masculino  

firefox
Citar            
MensajeEscrito el 19 Feb 2011 05:39 pm
Pues si como dijeron los compañeros con eso deberia funcionar, otra cosa tambien que quisiera saber es $row que es ? porque en el codigo jamas la declaras ahi entonces biene de otro lado?

Por s00rk

9 de clabLevel



Genero:Masculino  

Programador Lector Curioso

firefox
Citar            
MensajeEscrito el 21 Feb 2011 04:56 pm
Gracias, por vuestra ayuda ,a sin quedar y funciona bien

table align="center" width="60%" border="2" cellspacing="0" cellpadding="0">
<tr>
<td align="center" width="10%" bgcolor="#BBCBBC">nombre</td>
<td align="center"width="20%" bgcolor="#BBCBBC">apellido</td>
<td align="center"width="10%" bgcolor="#BBCBBC">telefono</td>

</tr>
<tr>
<?php include_once("conexion.php");
$cadena =("SELECT * FROM reserva");
$resultado=mysql_query($cadena, $conexion) or die ("problema con cadena de conexion<br><b>" . mysql_error()."</b>");
while ($registro = mysql_fetch_array($resultado))
{
$nombre=$registro['nombre'];
$descricion=$registro['apellidos'];
$ocupacion_maxima=$registro ['telefono'];

echo '
<td align="center" bgcolor="#FFFFCC" width="20%">'.$nombre.'</td>
<td align="center" bgcolor="#FFFFCC" width="25%">'.$apellidos.'</td>
<td align="center" bgcolor="#FFFFCC" width="25%">'.$telefono.'</td></tr>';

}
echo '</table>';
?>

Por brepon

1 de clabLevel



 

msie8

 

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