Click to See Complete Forum and Search --> : PHP script.


Anon
02-21-2001, 02:42 PM
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.

toma42
02-21-2001, 03:17 PM
header('location: /otherpage.php');