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
How do you define a constant?
What are different types of runtime errors in php?
What is the use of @ in php?
What was the old name of php?
What is difference between print and echo in php?
What is composer json?
Tell me how do you define a constant?
What is php and sql used for?
Tell me is it possible to protect special characters in a query string?
What is the purpose of $_ session?
Explain Constant in Class?
How to track no of user logged in?
What is overloading and overriding in oop?
What are the advantages of using php?
How can MYSQL functions be available with PHP?