Ver Mensaje Individual
  #23 (permalink)  
Antiguo 23/06/2011, 21:20
WinderJerter
 
Fecha de Ingreso: agosto-2009
Mensajes: 292
Antigüedad: 14 años, 8 meses
Puntos: 5
Respuesta: agregar a favoritos

hola que tal, gracias por responder; trate de hacerlo de esta manera

Código PHP:
Ver original
  1. if(!file_exists($favorite['location'])) {
  2.     setcookie("favorite[$n]", $favorite['location'], time()-3600);
  3. }

y me tira este error Warning: Cannot modify header information - headers already sent by (output started at

Saludos!!!