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
Explain what are the three classes of errors that can occur in php?
How to Retrieve a Cookie Value?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the function mysql_pconnect() useful for?
Where do we use get and post?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Tell me how a constant is defined in a php script?
What does the unlink() function means?
What advance thing in php7?
How to include a file to a PHP page?
How can I load data from a text file into a table?
What is helper function?
Does php need to be installed?
Explain the syntax for ‘foreach’ loop with example.
What is traits? How it is used in php?