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 does $_cookie mean?
How to randomly retrieve a value from an array?
Explain what does the unset() function means?
What kind of things have you done on the social side?
How to turn on the session support?
How to pass variables and data from php to javascript?
What is session in PHP. How to remove data from a session?
Explain what is memcache?
Define urlencode() and urldecode() used in php?
Why framework is used in php?
Why many companies are switching their current business language to php? Where php basically used?
How the result set of mysql be handled in php?
Can we override static method?
Explain difference between urlencode and urldecode?
What is escaping to php?