PHP - redirection

0 votes
137 views
added Sep 4, 2019 in PHP by LC Marshal Captain (25,790 points)
<?php 
if (!isset($_REQUEST['mail_address'])) {
 header( "Location: $feedback_page" );
}
?>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...