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
Explain about objects in PHP?
What is magic quotes?
What is the use of strpos in php?
What is the difference between super () and this ()?
Swap two variables value without using third variable in php ?
What is rtrim php?
What is in a cookie?
What is the use of rand() in php?
What is smarty?
What are access specifiers?
Why session is required?
Why are sessions used?
Is it easy to learn php?
What is the difference between substr() and strstr()?
How do you check if a variable has been set in php?