What are different ways to redirect from on page to other?
Answer Posted / lingeswari v.chandra
another method using javascript:
location.replace('url')
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the rules to declare a php variables?
Tell me what are sql injections, how do you prevent them and what are the best practices?
Write syntax to open a file in php?
Is php a float?
What is a controller in programming?
How can I make a script that can be bilingual (supports english, german)?
What is a static method php?
What is the purpose of php?
Why constructor is not overridden?
How to remove white spaces from the beginning and/or the end of a string in php?
What is difference between require_once(), require(), include()?
What is the importance of "action" attribute in a html form?
Is overloading possible in php?
Why print_r is used in php?
What does a dependant variable mean?