Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/06/2004, 08:24
Cluster
O_O
 
Fecha de Ingreso: enero-2002
Ubicación: Santiago - Chile
Mensajes: 34.417
Antigüedad: 22 años, 3 meses
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,