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
What is php compared to html?
What is c++ polymorphism?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What are the string functions in php?
What is the difference between characters 34 and x34?
What are the types of variables in php?
What are the differences between require and include?
What are getters and setters and why are they important?
Do you know what does $globals means?
What are the encryption functions in php?
Applications written to provide a GUI shell for Unix and Linux are called
What is mvc in php?
What does php exit do?
Which of the delimiter is ASP style?
What are the different tables(engine) present in mysql, which one is default?