Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/12/2009, 08:11
sander
 
Fecha de Ingreso: julio-2003
Ubicación: Cochabamba Bolivia
Mensajes: 300
Antigüedad: 20 años, 9 meses
Puntos: 14
De acuerdo Respuesta: Errores con dato enviado

Tu codigo esta mal mira hice algunos arreglos pruebalo y nos cuentas como te fue:

Código php:
Ver original
  1. <html>
  2. <head>
  3. <body>
  4. <table border="0">
  5. <?php
  6. while ($row = mysql_fetch_row($result))
  7. {
  8. ?>
  9. <tr>
  10. <td width="10px"><?php echo $row[0]; ?></td>
  11. <td width="220px"><?php echo $row[1]; ?></td>
  12. <td width="20px"><?php echo $row[2]; ?></td>
  13. <td width="20px"><?php echo $row[3]; ?></td>
  14. <td width="270px"><?php echo $row[4]; ?></td>
  15. <td width="20px"><?php echo $row[5]; ?></td>
  16. <td width="20px" align="center"><a href="#" onClick="javascript:window.open('editar.php?pasa_dato=<?php echo "$row[0]" ?>','_blank','status=yes,top=50,left=500,width=650,height=450,scrolling=yes,scrollbars=no,resizable=no ');">EDIT</a></td>
  17. </tr><?php } ?>
  18. </table>

Saludos.
__________________
:policia: Uno para todos y todos para uno.