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
Explain about objects in PHP?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
How to create database connection and query in php?
How do I escape data before storing it in the database?
How many data types are there in php?
What are the difference between overloading and overriding in oops?
Why php is used?
What is polymorphism php?
What is php addslashes?
How to write in a file in php?
how to track no of users logged in?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
What is difference between php and wordpress?
How be the result set of mysql handled in php?