Hello,
I have the following, which works just fine in IE:
header('location:'.$redirect);
Where $redirect is = the page they came from. What do I have to do differently to accomodate Firefox? I have this on another page and it seems to work just fine:
header('location:http://www.cnn.com');
Thanks!