Showing posts with label How to make a redirect in PHP. Show all posts
Showing posts with label How to make a redirect in PHP. Show all posts

Wednesday, 5 November 2014

How To Redirect To Another Page in PHP


How To Redirect To Another Page in PHP

You can redirect any page using the below code in php.

header( "Location: http://www.example.com/thankyou.html" );