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 a http session?
How does php server work?
What is the difference server side and browser side validation?
What is difference between compile time and run time polymorphism?
How I can control asset documents without GR/IR?
What is the best php framework 2018?
How do I see how many pages per session in google analytics?
Is laravel better than codeigniter?
What is csrf token and how will you add csrf token in ajax?
What is cookie and why do we use it?
When sessions ends?
Is java is better than php?
Inside a php function, what param needs to be set in order to access a global variable?
Which function would you use to format date information in php?
What is the differences between $a != $B and $a !== $B?