Interview Questions

How many ways I can redirect a PHP page?

PHP Interview Questions and Answers


(Continued from previous question...)

How many ways I can redirect a PHP page?

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

(Continued on next question...)

Other Interview Questions