Back to Web-Builder's Home Page

Redirect with parameters

This page is being redirected to a page named display.phtml in the same directory (in about 30 seconds to give you time to read this. Click here if you become impatient.) Two parameters are being passed called firstParameter and secondParameter. The meta command looks like this:

<meta http-equiv="Refresh" content="30 url=display.phtml?firstParmeter=one&secondParameter=two">
(or you can view->source to see how this page is being redirected)

The file to which this file is redirected contains PHP code to display the parameters and their values to prove the parameters were passed.