Would like to know what is the equivalent of redirect or forward method in PHP. In coding jsp’s you can use either to pass the request to another page. Their has to be some equivalent. Example in jps you do something like this: response.redirect or response.forward(“test.html”);
I need to be able to forward requests using php.
Thanks