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 cakephp framework?
What is query string php?
What is the difference between single quoted string and double quoted string?
What is the default session out time?
What are the uses of implode() function?
Which is faster for or foreach?
How come the code works, but doesn’t for two-dimensional array of mine?
Which array function checks if the particular key exists in the array?
Write down the code for saving an uploaded file in PHP.
What is the correct syntax of mail() function in php?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is php pathinfo?
Why do we use cookie?
Is rent a variable cost?
How to increase the maximum execution time of a script in php?