How to Redirect page in PHP

Creating a Redirect Page in PHP is very Easy. In this we use header Function to redirect our page. Let See how to Use

General Syntax for Redirect using Header is :-

 PHP |  copy code |? 
1
2
header('Location: <destinationurl>');
3

Here Destination url can be changed to the url where you want to redirect you can also create this using variable like

 PHP |  copy code |? 
1
2
$url = 'http://aashuzone.com';
3
header('Location: '.$url.'');
4

$url is variable where you can change the url for destination.

This is Simple Guide how to Redirect Page in PHP

Short URL: http://is.gd/fp8jW8
QR Code For This Post:

Filed Under: LanguagesPHP

Tags:


About the Author: I [Arshpreet Wadehra] am web Developer good in php, html5, css3, css, jquery & also know C++ . Always try to learn something new about technology and like to share any new tech info & tricks with you! @Wadehrarshpreet

RSSComments (10)

Leave a Reply | Trackback URL

  1. can’t put my finger where i heard this before but its still interesting

  2. Ivey Losh says:

    This is a topic that is close to my heart… Best wishes! Where are your contact details though?

  3. Elma Sirna says:

    Everything is very open with a clear clarification of the issues. It was definitely informative. Your website is very helpful. Thanks for sharing!

  4. An intriguing discussion is definitely worth comment. There’s no doubt that that you should publish more on this subject, it might not be a taboo matter but generally people do not discuss such issues. To the next! All the best!!

  5. Marge Hegna says:

    bookmarked!!, I really like your blog!

  6. You’re so cool! I do not suppose I have read anything like that before. So wonderful to find someone with a few original thoughts on this subject. Really.. many thanks for starting this up. This site is one thing that’s needed on the internet, someone with some originality!

  7. There is certainly a lot to learn about this topic. I love all the points you’ve made.

  8. Kelsi Paden says:

    This is a topic that’s near to my heart… Many thanks! Exactly where are your contact details though?

  9. I simply want to tell you that I’m beginner to weblog and truly enjoyed this web-site. Probably I’m likely to bookmark your website . You certainly come with fantastic stories. Many thanks for revealing your web page.

  10. Seo katalogi says:

    This blog is faultless. I’m amazed.

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.

Free Web Hosting