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
Tell me what are the different types of errors in php?
Tell me what are magic methods?
What is the purpose of pear in php?
Which function will you use to create an array?
Php code to find whether a number armstrong or not?
Is python similar to php?
What are the new features available in php 7?
How many different types of messages available in php?
Why is php used for web development?
Differentiate between require and include?
How to convert a string to lowercase in php?
What is difference between rest api and restful api?
Explain what are the two main string operators?
Can we override magic methods in php?
How can we automatically escape incoming data?