To redirect to a different URL in PHP, use the header function, as follows:
header(“Location: http://www.myurl.com”);
Leave A Comment »