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 mvc? Why its been used?
Explain me differences between get and post methods?
Is empty function c++?
What is php glob?
How to pass variables by references?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Is json a string php?
How to strip whitespace (or other characters) from the beginning and end of a string?
Why php script is not running in browser?
Explain $_FILES Superglobal Array?
How can I prevent sql-injection in php?
Which software is best for php?
What is difference between base_url and site_url?
What is the maximum size of a table in mysql?
How can you create a session in php?