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 do you mean range() in php?
How to return a value back to the function caller?
What is oops php?
What is the difference between array_map () and array_shift ()?
Tell me what is needed to be able to use image function?
What is serialization in php?
When is a conditional statement ended with endif?
What is the array in php?
What is difference between include,require,include_once and require_once()?
Write a program in php to reverse a number?
What is pdo classes?
Why php script is not running in browser?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What is a query give example?
What is the use of array_search() in php?