You are here: C97net • 5.04 HTML Functions
Redirect the browser to another URL
function redir ($url = '', $mode = 0)
Redirect the browser to $url.
$url = the target address. If none given, redirect back to previous URL (optional).
$mode = use '0' to redirect using header () function then HTML refresh tag (default). Use '1' to redirect using HTML refresh tag only.
There is no comment. Why not be the first?