Hi,
I've got the following code :
if (empty($g_view_ all_cookie_val) ) {
$t_settings_str ing = "v1#any#any#any #";
setcookie($g_vi ew_all_cookie, $t_settings_str ing/**
* DG, time()+$g_cooki e_time_length
*/);
print_header_re direct($g_view_ all_page . "?f=2");
}
I am running this on PHP, IIS5 on windows 2000 server. When I run the
page it goes into a loop, it seems that the $g_view_all_coo kie_val var
never gets set. If I run the same pages on II6 on Windows XP it runs
ok. Can anyone help me?
Thanks.
I've got the following code :
if (empty($g_view_ all_cookie_val) ) {
$t_settings_str ing = "v1#any#any#any #";
setcookie($g_vi ew_all_cookie, $t_settings_str ing/**
* DG, time()+$g_cooki e_time_length
*/);
print_header_re direct($g_view_ all_page . "?f=2");
}
I am running this on PHP, IIS5 on windows 2000 server. When I run the
page it goes into a loop, it seems that the $g_view_all_coo kie_val var
never gets set. If I run the same pages on II6 on Windows XP it runs
ok. Can anyone help me?
Thanks.
Comment