How many ways I can redirect a PHP page?
Answer Posted / kesavan
header('location:next.php');
you can use <meta> to redirect
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How does api connect to database?
List some of the features of php7.
How to register a variable in PHP session?
What is a php class?
What is $this in php?
Can I use php in html?
What is encapsulation in php with example?
What is difference between mysqli and mysql?
How does csrf token work?
Does csrf token change?
What are the 5 types of variables?
What is a session in php?
What is faster in php?
Does php need to be installed?
What does $_server mean?