Redirect a page 2025-03-31 I want to redirect a page by using If condition. e.g If ( True) { open a page ("http://www.php.net") } else { go to another page . } How can I do it. Thank you