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
What is polymorphism in php?
Is it possible to remove the html tags from data?
What is htaccess in php?
What is php in full?
How many types of arrays are there in php?
Do you know how to declare an array in php?
Explain how is it possible to set an infinite execution time for php script?
How to call a php function from another php file?
Which function is used in php to delete a file?
How we can retrieve the data in the result set of mysql using php?
Write a query to find the 2nd highest salary of an employee from the employee table?
What are default session time and path?
What are the 5 types of variables?
How do I use isdigit function?
Write a program to display reverse of any number?