![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/05/2010, 05:50
|
| | Fecha de Ingreso: mayo-2006
Mensajes: 38
Antigüedad: 18 años, 8 meses Puntos: 1 | |
Respuesta: Listado + Ventana Secundaria Hay que pasar por URL el identificador:
//pagina actual
$f.='<td><a href="etiqpaci.php?id=' .$identificador. '" target="_blank"><b> PEGATINAS </b></a></td>';
//pagina en la cual quieres ir etiqpaci.php
if( !isset($_GET['id'])){
echo 'No se ha recibido ningun identificador';
exit();
}
$identificador = $_GET['id']; |