June 2002
Beginner
759 pages
80h 42m
English
redirect
print $query->redirect('url')
Generates a header for redirecting the browser.
urlThe absolute URL to redirect to. Using named parameters, the syntax is:
print $query->redirect(-uri=>'url',
-nph=>1);