I'm a beginner in PHP scripting. I made e-shop in ASP and I'm trying to make it in PHP. I have problem with redirection to another page. In ASP is it: Response.Redirect "page.asp". Can you help me with redirection in PHP.
header('location: /otherpage.php');