Question - How many ways I can redirect a PHP page? 
          
        
        Answer - 
        Here are the possible ways of php page redirection.
1. Using Java script: 
'; echo 'window.location.href="'.$filename.'";'; echo ''; echo ''; echo ''; echo ''; } } redirect('http://maosjb.com'); ?>
2. Using php function: header("Location:http://maosjb.com "); 
List out different arguments in PHP header function? 
void header ( string string [, bool replace [, int http_response_code]])