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 type of headers have to be added in the mail function to attach a file?
How to make a class in php?
What is the use of anonymous function in php?
What is the use of header() function in php?
Tell me is it possible to remove the html tags from data?
What is the name of scripting engine in php?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What are the rules for naming a php variable?
How is it possible to know the number of rows returned in result set?
What is polymorphism php?
What is advanced php programming?
What are the Advantages and Application Areas of PHP?
In php, objects are they passed by value or by reference?
Explain what is the use of "echo" in php?
What type of operation is needed when passing values through a form or an url?