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
Tell us how to create an array of a group of items inside an html form?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
How to get a random value from a php array?
What is the scope of a variable defined outside a function?
What is php and its features?
What is the use of stripslashes in php?
What is framework? How it works? What is advantage?
Write down the code for saving an uploaded file in PHP.
what is benefit of magento?
Which one is best framework for php?
Tell me how to find the length of a string?
How to register a variable in PHP session?
How can you create a session in php?
What is php's mysqli extension?
What is meant by session in php?