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
Can I learn php without knowing c?
What is the difference between null and empty?
What is php in full?
Which library is used in php to do various types of image work?
Explain me what are the 3 scope levels available in php and how would you define them?
Why session is required?
How to get length of an array in PHP?
What are magic methods?
Can the value of a constant change during the script's execution?
Is echo a function in php?
How does the identity operator ===compare two values in PHP?
What are super global variables in php?
How to increase the maximum execution time of a script in php?
How to call a php function from html button?
What is final in php?