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 csrf token and why it is required?
What is filter_var?
Will a comparison of an integer 12 and a string "13" work in php?
Why do we use php?
How do sessions work in php?
Write a program to get lcm of two numbers using php?
What is difference between session and cookie in PHP?
What is the difference between print() and echo() in PHP?
What is static method php?
What is asort php?
Can I run php without xampp?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between php 5 and php 7?
What is __ invoke in php?
Write down the code for save an uploaded file in php.