Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/06/2010, 00:16
Avatar de richicasas
richicasas
 
Fecha de Ingreso: abril-2007
Ubicación: Colombia
Mensajes: 692
Antigüedad: 17 años, 10 meses
Puntos: 13
De acuerdo Respuesta: Acomodarlo como tabla

Código PHP:
echo '<table border="0" width="680">';
echo 
'<tr>';
echo 
'<td>Nombre</td>';
echo 
'<td>Apellido</td>';
echo 
'<td>Edad</td>';
echo 
'</tr>';
while(
$registro mysql_fetch_array($result))
{
   echo 
'<tr>';
   echo 
'<td>'.$registro['Nombre'] . ' </td>';
   echo 
'<td>' $registro['Apellido'] . '</td>';
   echo 
'<td> ' $registro['Edad'] . ' </td>';
   echo 
'</tr>';
}
echo 
'</table>'
Espero te sirva.
__________________
Juguetes Sexuales