How many ways I can redirect a PHP page?
Answer Posted / atul mahajan
We can also redirect a page using the following code
echo "<meta http-equiv='Refresh' content='0; url=test.php'>";
exit;
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is the use of return in php?
What do you mean range() in php?
What are differences between PECL and PEAR?
What is orm in php framework?
How to select a database?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Explain how we can retrieve the data in the result set of mysql using php?
What’s the difference between htmlentities() and htmlspecialchars()?
How to take a substring from a given string in php?
Which function Returns the time of sunrise for a given day / location in PHP.
Do you know how to get the ip address of the client?
How to create a table using php?
What is the difference between $argv and $argc? Give example?
What advance thing in php7?
Where php language is used?