How many ways I can redirect a PHP page?
Answer Posted / deep narain singh
You Can Redirect PHP Page by folloeing method:
1- <script>location.replace("index.php");</script>
2-<script>window.href="index.php";</script>
3-header("Location:index.php");
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
How failures in execution are handled with include() and require() functions?
What is the latest version of php?
What is the use of $_server["php_self"] variable?
How to convert strings in hex format?
Write a program to display a table of any given number?
Does php support polymorphism?
What do you mean by having php as whitespace insensitive?
my english is not too good then what we apply for a php programer post
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Explain difference between urlencode and urldecode?
What is php and its uses?
List the different types of print functions available in php?
How to get the directory name out of a file path name?
Explain how can php and javascript interact?
Is jquery better than javascript?