| « How to test if a browser is mobile with PHP | The Sysinternals » |
Jan
17
We can use HTTP-EQUIV="REFRESH" in Header of Html for Redirect your page to other page.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://localhost:8080/index.php" />
content = 0 for adjust time to delay in second.
However, The best way to Redirct Page should set in Web service for more security.
about HTTP-EQUIV="Location" is no longer use in any browser.
<meta HTTP-EQUIV="Location" url=http://localhost:8080/index.php" />
Recent comments