How many ways I can redirect a PHP page?
Answer Posted / rani
By using header
<?php
header('Location: http://www.example.com/');
?>
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Write a hello world program using variable?
What is constructors and destructors?
What are the encryption functions available in PHP?
How do you pass a variable by value?
What are the differences between GET and POST methods?
What is $_ get and $_ post in php?
How to remove duplicate values from php array?
How can you compare objects in php?
What is T_PAAMAYIM_NEKUDOTAYIM?
What are html entities?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
How can you declare a constant variable in php?
What is $_ env in php?
What is final class and final method?
How to create an empty array in php?