I have a simple php script that sets some variables and then redirects a user.
My script works fine on my instalation at home. When I FTP it to my host I get the following error
Set-Cookie: PHPSESSID=a45652262252e7055d9b48d7bd29e7e3; path=/ Expires: Thu,
19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate,
post-check=0, pre-check=0 Pragma: no-cache Location:
http://www.redirectedaddress.com Content-type:
where http://www.redirectedaddress.com is where I am trying to redirect the
user to.
Does anybody know what is causing this
Andy Proud