Ver Mensaje Individual
  #4 (permalink)  
Antiguo 06/06/2003, 18:08
pepelucho
 
Fecha de Ingreso: enero-2002
Ubicación: Callao - Perú
Mensajes: 1.127
Antigüedad: 22 años, 3 meses
Puntos: 0
les pongo el codigo, cuando lo hago asi no me muestra ni un registro, pero si quito todo el html y lo muestro con echo y una tabla por codigo y echo si muestra

<?php
include("conex.php");
$result=mysql_query("SELECT nombre, Ruc, calle, ciudad, estado, mail, mail2, telefono, fax, contacto_cobranzas,id,dominio,hosting,inicio,termi no,periodo,monto FROM Clientes order by nombre", $link);
?>
<html>
</body>
<p align='center'><b><font size='4'>Listado de Clientes</font></b></p>
<br>
<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%'><b><font size='2'>Monto</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>
<br>
while($row=mysql_fetch_row($result))
{
<tr>
<td width='8%'><font size='2'><?row[1]?></font></td>
<td width='5%'><font size='2'><?row[2]?></font></td>
<td width='6%'><font size='2'><?row[3]?></font></td>
<td width='6%'><font size='2'><?row[4]?></font></td>
<td width='9%'><font size='2'><?row(5)?></font></td>
<td width='34%'><font size='2'><?row['inicio']?></font></td>
<td width='34%'><font size='2'><?row['termino']?></font></td>
<td width='34%'><font size='2'><?row['dominio']?></font></td>
<td width='34%'><font size='2'><?row['hosting']?></font></td>
<td width='34%'><font size='2'><?row['periodo']?></font></td>
<td width='34%'><font size='2'><?row['monto']?></font></td>
<td width='34%'><font size='2'><?row[9]?></font></td>
<td width='9%'><font size='2'><?row[7]?></font></td>
<td width='14%'>
</td>
</tr>
</table>
</body>
</html>
__________________
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO