![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/07/2011, 14:58
|
![Avatar de skiper0125](http://static.forosdelweb.com/customavatars/avatar371789_16.gif) | | | Fecha de Ingreso: octubre-2010 Ubicación: $this->Mexico('Toluca');
Mensajes: 1.127
Antigüedad: 14 años, 4 meses Puntos: 511 | |
Respuesta: PHP listar columna y pasar datos a otra pagina Prueba con esto
Código PHP:
Ver original<html> <body> <?php ?> <html> <head> <title>Pruebas</title> </head> <body> <table> <?php echo "<table>"; echo "<tr>"; echo "<td><a href='guardasesion.php?id={$rs['id']}>{$rs['id']}</a></td>"; echo "</tr>"; } echo "</table>"; ?> </body> </html>
Saludos
__________________ Recuerda que estamos aquí para orientarte, y no para hacer tu trabajo.
Si mi aporte fue de ayuda, recuerda que agradecer no cuesta nada +1 Skiper0125 |