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
What is a string in php?
Why do we use in php?
Why php is sometimes called as embedded scripting language?
Does php support overloading?
Which is useful for method overloading?
What is php oops concepts?
Is php a framework?
What is member variable?
Why is php used for web development?
Inside a php function, what param needs to be set in order to access a global variable?
When a conditional statement is ended with an endif?
What is polymorphism in php?
What is full form of PHP?
How do you end php?
Tell us why did you choose this particular career path?