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" );

No comments: