I have a cookie with a value that will control what page is loaded when the user types Apart from:
PRINT "Location: $url \n\n"; and the
and
print $query->redirect($url),
is there any other way to load a page based on cookie value?
Thanks
PRINT "Location: $url \n\n"; and the
and
print $query->redirect($url),
is there any other way to load a page based on cookie value?
Thanks