December 2002
Intermediate to advanced
576 pages
32h
English
redirect
print $query->redirect('url')
Generates a header for redirecting the browser.
url
The absolute URL to redirect to.
Using named parameters, the syntax is:
print $query->redirect(-uri=>'url',
-nph=>1);Read now
Unlock full access