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 faster in php?

570


What is api laravel?

522


Is array function in php?

516


How stop the execution of a php scrip?

523


What is mvc? Why its been used?

500






Can constructor be private in php?

525


Tell me what are the different types of errors in php?

499


Tell me how a constant is defined in a php script?

469


Tell me what does $_env means?

520


Can you convert php to html?

525


What is an operator in php?

560


What is php explain how php works?

510


What is php and its features?

516


How do I end a php session?

498


Write down the benefits of php7?

619