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
How long does a session last in php?
What is the use of nl2br() in php?
How can I prevent sql-injection in php?
What are the features of php?
Does cors prevent csrf?
What is the use of mysqli_real_escape_string() function?
What is php array function?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
How can you make a connection with mysql server using php?
Is it possible to remove the html tags from data?
Should I learn php before wordpress?
Can you use php and javascript together?
What are the functions of string?
What is php and why we use it?
Is php 7 backwards compatible?