What are different ways to redirect from on page to other?
Answer Posted / vishal desai
1). using form action property
2). using javascript ( window.location )
3). using header("Location: .......");
4). using
echo "<meta http-equiv='refresh' content='0; url=....'>";
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
How to define a user function?
Which software is used to run php programs?
List some features of php that are deprecated in php7?
How does php work?
What is the best way to avoid email sent through php getting into the spam folder?
What are the php variables?
What is slim framework?
Why die is used in php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Is it difficult to learn php?
What is singleton class in php?
Explain which cryptographic extension provide generation and verification of digital signatures?
What is the use of @ in php?
What is php artisan tinker?
What is php and sql used for?