PHP redirect Method to another page

PHP redirect Method to another page


PHP REDIRECT METHOD TO ANOTHER PAGE

PHP redirect Method
In this Tutorial we are Going to learn About PHP redirect to another page or Link this method will help to redirect a visitor’s to our New website From Old website this method is also used in lot of redirection purpose ok let’s come to our tutorial.
You can use this codes at your header() function in PHP
1<?php
2header('Location: mypage.php');
3?>
1<?php
2header('Location: /directory/mypage.php');
3?>
1<?php
2header('Location: http://www.website.com/forum/');
3?>

HTML PAGE REDIRECT METHOD

1// For example, redirecting to www.newwbesite.com <meta http-equiv='refresh' content='0;url=http://www.newwebsite.com'>
Hope this tutorial will help you to Redirect the page’s or link Php & HTML

Comments

Popular posts from this blog

Staying married for the kids. Is it the right thing to do?

Send PHP E-mail From Gmail SMPT

Simple PHP Email Subscribe Form – Build Your Email Subscriber List