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


Please Help Members By Posting Answers For Below Questions

What is a http session?

732


How does php server work?

761


What is the difference server side and browser side validation?

712


What is difference between compile time and run time polymorphism?

758


How I can control asset documents without GR/IR?

1410


What is the best php framework 2018?

749


How do I see how many pages per session in google analytics?

730


Is laravel better than codeigniter?

802


What is csrf token and how will you add csrf token in ajax?

717


What is cookie and why do we use it?

743


When sessions ends?

738


Is java is better than php?

732


Inside a php function, what param needs to be set in order to access a global variable?

737


Which function would you use to format date information in php?

762


What is the differences between $a != $B and $a !== $B?

733