Tema: Problema
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/06/2003, 11:48
pepelucho
 
Fecha de Ingreso: enero-2002
Ubicación: Callao - Perú
Mensajes: 1.127
Antigüedad: 22 años, 3 meses
Puntos: 0
Problema

Holas, estoy tratando de hacer un listado pero al mostrar los datos aparece en blanco pero si todo lo muestro con echo si muestra, les pongo el codigo para q se guien:
Gracias de antemano
<?php
include("conex.php");
$result = mysql_query("SELECT * FROM clientes", $link);
?>

<html>
<body>
<p align="center"><b><font size="4">Listado de Clientes</font></b></p>
<table width="93%" border="2">
<tr>
<td width="9%"> <div align="center"><font size="2"><b>Nombre</b></font></div></td>
<td width="8%"> <div align="center"><font size="2"><b>R.U.C.</b></font></div></td>
<td width="5%"> <div align="center"><font size="2"><b>Calle </b></font></div></td>
<td width="6%"> <div align="center"><font size="2"><b>Ciudad</b></font></div></td>
<td width="6%"> <div align="center"><font size="2"><b>Estado</b></font></div></td>
<td width="9%"> <div align="center"><font size="2"><b>Mail</b></font></div></td>
<td width="34%"><font size="2"><b>Fecha inicio</b></font></td>
<td width="34%"><font size="2"><b>Fecha de termino</b></font></td>
<td width="34%"><b><font size="2">Domino</font></b></td>
<td width="34%"><b><font size="2">Plan hosting</font></b></td>
<td width="34%"><b><font size="2">Periodo</font></b></td>
<td width="34%"> <div align="center"><font size="2"><b>Contacto</b></font></div></td>
<td width="9%"><font size="2"><b>Telefono</b></font></td>
<td width="14%"> <div align="center"><font size="2"></font></div></td>
</tr>
<?php
while ($row= mysql_fetch_row($result))
{
?>
<tr>
<td width="9%"><?php $row["nombre"];?></td>
<td width="8%"><?php $row["ruc"];?></td>
<td width="5%"><?php $row["calle"];?></td>
<td width="6%"><?php $row["ciudad"];?></td>
<td width="6%"><?php $row["estado"];?></td>
<td width="9%"><?php $row["mail"];?></td>
<td width="34%"><?php $row["inicio"];?></td>
<td width="34%"><?php $row["termino"];?></td>
<td width="34%"><?php $row["dominio"];?></td>
<td width="34%"><?php $row["hosting"];?></td>
<td width="34%"><?php $row["periodo"];?></td>
<td width="34%"><?php $row["contacto_cobranzas"];?></td>
<td width="9%"><?php $row["telefono"];?></td>
<?php
}
?>
<td width="14%"> <div align="center"><font size="2">Modificar datos</font></div></td>
</tr>
</table>
</body>
</html>
__________________
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO