Quote:
Originally posted by Imon Fyre
huh?? triple X?
|
What I ment was, that since there are no
=== operator in PHP, it might be what the bugger was complaining about. Sorry if I didn't have time to explain it thouroghly, but reading through the code looking for something which seems wrong took some time.
Eventho the
Location: header will be understood by most browsers, it might be a good thing(tm) to do what NirTivAal suggests and give the absolute URL, it can be done with something like:
PHP Code:
header("Location: http://"
. $_SERVER['HTTP_HOST']
. dirname($_SERVER['PHP_SELF'])
. "/survey.php");