What are different ways to redirect from on page to other?
Answer Posted / sri harsha
header("location: xxxx.php");--In PHP
location.href="www.yahoomail.com";---In javascript;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is php front end or back end?
What function do we use to find length of string, and length of array?
List functions available to sort an php array?
How are php sessions stored?
How to reset/destroy a cookie in php?
How to convert numbers to strings in php?
How to swap two variables without using 3rd temp variable.
Php error constants and their descriptions
Which is better get or post method?
What are the different data types in javascript?
How can you encrypt password using php?
What is inheritance in php with example?
What does $_env mean?
Is echo a function in php?
What are the functions used in php?