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 polymorphism?
What does $globals means?
How do I make a reset button in html?
What does it mean when it says the csrf token is invalid?
What would occur if a fatal error was thrown in your php program?
How we can retrieve the data in the result set of mysql using php?
How do I escape data before storing it into the database?
Why shouldn't I use mysql_* functions in php?
What is substr() in php? And how it is used?
Where do we use get and post?
Can a super () and this () keywords be in same constructor?
Which character is used to match exactly one character?
What is static in php?
How to convert the first character to upper case?
Explain PHP?