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
Explain about a search-friendly site looks like?
Is age interval or ordinal data?
How is csrf token generated?
What are the difference between overloading and overriding in oops?
How do I get csrf token?
Can constructor be private in php?
Is laravel an oop?
Write a program in php to reverse a number?
What is the difference between htmlentities and htmlspecialchars in php?
How to create a directory?
What does php do?
What does session start do in php?
How do I expire a php session after 30 minutes?
How to replace a substring in a given string?
Describe which programming language does php parallel to?