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
Write a program in php to find the occurrence of a word in a string?
Tell me how do I check if a given variable is empty?
What is local variable in php?
What is the purpose of using php?
Which is useful for method overloading?
How to check your php installation?
Why sessions are used in php?
What is framework in php for beginners?
When use javascript vs php?
How can we set and destroy the cookie in php?
What is exception handling in php?
Explain some most commonly use string functions in php?
What is the best way to test the strpos() return value in php?
What is scope of variable in php?
What is the difference between $name and $$name?