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 purpose of the '.myi' file extension? What do thes file contain?
What is Gd PHP?
What is the use of "echo" in php?
What is php sequence?
Does exist in php?
What is difference between html and php?
Tell me what is htaccess?
Explain how to execute a php script using command line.
Why php is used?
Which programming language does php resemble to?
What is php oop?
What is php and sql?
How many columns can be added in a table in mysql?
What is the use of magic function in php?
what is session_set_save_handler in PHP?