![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/06/2004, 08:24
|
O_O | | Fecha de Ingreso: enero-2002 Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 23 años, 1 mes Puntos: 129 | |
Sería algo así:
guarda_cookie.php Código PHP: <?
setcookie("silla",$_GET['silla'],time()+segundos_expiración);
header("Location: donde_tengas_que_ir.php");
?> Y tus links ..
guarda_cookie?silla=c5
más info: www.php.net/setcookie www.php.net/header
Un saludo, |