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 is an abstract class in php?
How to redirect https to http url and vice versa in .htaccess?
Is age interval or ordinal data?
How to include a file to a PHP page?
How to pass an argument to a function?
What are the features and advantages of object-oriented programming in php?
Which is a perfect example of runtime polymorphism?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What are the methods useful for method overloading?
What is parent __construct ();?
How is it possible to know the number of rows returned in the result set?
What is active record in php?
Is php an object or array?
What good is polymorphism?
What does empty mean in php?