1.

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

2. Using php FUNCTION: HEADER

 

Here are the possible ways of php page redirection.

1. Using Java script:
'; echo 'window.location.href="'.$filename.'";'; echo ''; echo ''; echo ''; echo ''; } }
redirect

2. Using php function: header

 



Discussion

No Comment Found