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
Is a number php?
Why constructor is not overridden?
What are psrs? Choose 1 and briefly describe it?
Which of the data type is compound datatype supported by PHP?
What is difference between get and post?
Tell me what is the main difference between require() and require_once()?
What is the difference between get and post method in php?
What is the difference between javascript and php?
What is a php trait?
in PHP for pdf which library used?
What is a substring in php?
What is the use of get and post method in php?
Is php a dying language?
What is the difference between $argv and $argc? Give example?
What would occur if a fatal error was thrown in your php program?