What are different ways to redirect from on page to other?
Answer Posted / mahesh
Using Php
header("Location: "test.php");
exit();
Using Javascript
location.href='test.php';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does the unset() function mean?
What is the function mysql_pconnect() useful for?
What is c++ polymorphism?
What are the benefits of using queries?
What is string in php?
What is a lambda function in php?
How to track user logged out or not? When user is idle?
Write an example to remove html tags from a string in php?
Does php require a web server?
How to find the length of a string?
What is print_r?
What is sorting php?
What is var_dump?
How to know user has read the email-php?
How do I run a php script in windows?