![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/07/2004, 20:31
|
| | Fecha de Ingreso: marzo-2003
Mensajes: 74
Antigüedad: 21 años, 10 meses Puntos: 0 | |
Puedes pasar variables a traves de un link así:
<a href="pagina2.php?variable=<?=$variable?>&variable 2=<?=$variable2?>">
o si utilizas formularios, crear un campo hiden:
<input type="hidden" name="variable" value="<?=$variable?>">
Manthis. |