![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
17/04/2009, 04:05
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 55
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: Mantener el valor de variables Perdonad pero estoy liado.
Para enviar la variable pongo esto:
<td><?php
$n=$newsid;
print "<a href=\"midominio.com/webnotocar/comunicacion2.html?numeronoticia=$newsid\"target=\ "_top\" class=\"en_b\"><img src=\"./images/bullet_b.gif\" width=\"11\" height=\"9\" border=\"0\">$texto</a><br><br>"; ?></td>
</tr>
</table></td>
<td> </td>
</tr>
<?php
Y para leerla en la otra página pongo esto:
$newsid = $_GET['numeronoticia'] ;
¿Por qué no funciona?.
Gracias |