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 member variable?
Tell me how is it possible to return a value from a function?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
What is 'float' property in css?
What is regular expression in php?
What is the use of 'print' in php?
How to calculate the length of a string?
Does jwt protect against csrf?
How to set cookies in PHP?
Explain the visibility of the property or method?
What is the meaning of symbol '$' in jquery?
What is the use of stripslashes in php?
How to set session.gc_maxlifetime properly?
What is regex in html?
How to convert strings to numbers in php?