Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/11/2009, 07:18
ib3xn0
 
Fecha de Ingreso: febrero-2008
Mensajes: 178
Antigüedad: 16 años, 2 meses
Puntos: 1
Respuesta: Ventana nueva en "include"

no me funciona el siguiente código, por que??, recordar que está a modo de include.

Código PHP:
<html>
<head>
<body>
<table border="0">
<?php
while ($row mysql_fetch_row($result)){
?>
<tr>
<td width="10px"><?php echo '$row[0]' ?></td>
<td width="220px"><?php echo '$row[1' ?></td>
<td width="20px"><?php echo '$row[2]' ?></td>
<td width="20px"><?php echo '$row[3]' ?></td>
<td width="270px"><?php echo '$row[4]' ?></td>
<td width="20px"><?php echo '$row[5]' ?></td>
</tr><?php ?>
</table>
</body></head></html>

Salu2.