IT Placement Papers Programming PHP
This category contains PHP Interview Questions and Answers |
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 ");
Only registered users can write comments. Please login or register.
|