|
|
PHP Redirection script |
| Learn how to redirect in this tutorial, you can use header(); function in php or use meta to redirect to a new page you want or redirect to other website. |
|
|
| Overview |
 |
In this scripts, you can use header(); method or use meta to redirect.
|
|
|
|
 |
PHP Redirection script |
 |
header("location:http://www.phpeasystep.com");
or
echo "<meta http-equiv='refresh' content='0;url=http://www.phpeasystep.com'>";
|
|
|
|
|
|
| |

Test php mail function on your localhost
When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server. |
|
|
|
|