![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/07/2011, 15:09
|
![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 Cita:
Iniciado por lsmadueno10 Gracias hermano, ahora sale como hipervinculo, pero yo tengo ingresados estos datos :
ID Nombre EMAIL
1 luis xxl@gml
2 ikjdsaij okdsa@hmfk
y cuando se lista solo aparece el numero 2 en la pantalla, pero el uno no aparece u.u. jaja hay un error de dedo
Prueba y comenta
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>
__________________ 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 |