How many ways I can redirect a PHP page?
Answer Posted / nikunj
By HEADER() func. of PHP you can redirect PHP page.
By useing ACTION property of form tag of page, you can
redirect page.
By useing javascript, you can redirect page
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is str_replace()?
How to access a Static Member of a Class in PHP?
Differences between get and post methods?
which will print out the php call stack?
my english is not too good then what we apply for a php programer post
How can I display text with a php script?
How check field is empty or not in php?
What is the purpose of the '.myd' file extension? What do thes file contain?
How should a model be structured in mvc?
Which function would you use to determine the length of a string in php?
What does csrf token mismatch mean?
What is cURL in PHP?
What is the purpose of php?
What are arguments in php?
How break and continue while loop in php?