How to Redirect to a Different URL in PHP
***If this post helped you, please support this blog by clicking one of the links on this page. Thanks :) ***
To redirect to a different URL in PHP, use the header function, as follows:
header(“Location: http://www.myurl.com”);
Tags: php