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
How can we connect to a mysql database from a php script?
How to set a page as a home page in a php based site?
What is api used for?
What is meant by urlencode and urldecode?
What is nan value?
What is the purpose of pear in php?
Which is better php praogramming or cad/cam scope wise and also salaray wise?
What are getters and setters and why are they important?
What is framework in php?
Tell me what is the difference between characters 34 and x34?
How can we submit form without a submit button?
What is use of in_array() function in php?
What is api laravel?
What is difference between include and include_once in php?
What are the main error types in php?