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

How many escape sequences are recognized in double-quoted strings?

548


Which function is used to read a file removing the html and php tags in it upwork?

497


What are arguments in php?

574


What is $$ in php?

546


Write a program to get second highest number in an array using php?

537






How long will it take to learn php?

517


Can we extend two classes in php?

539


What are computer variables?

538


What is php regular expression?

512


What is mysql_fetch_row?

553


What is php pathinfo?

586


Explain $_FILES Superglobal Array?

594


Tell me how to create a text file in php?

554


Difference between mysql_connect and mysql_pconnect?

513


Explain a resource?

624