How many ways I can redirect a PHP page?
Answer Posted / laxmikant
1- <script>location.replace("index.php");</script>
2-<script>window.href="index.php";</script>
3-header("Location:index.php");
4-<meta http-equiv="refresh" content="5; url=newurl.html">
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do you count numbers in php?
Is laravel easy to learn?
Tell me how is it possible to know the number of rows returned in result set?
How do you create an array in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
What is the advantage of runtime polymorphism?
How can I prevent sql-injection in php?
How do I find out the number of parameters passed into function9?
Write a program to upload a file in php?
What is the latest version of php?
What is warning – “cannot modify header information – headers already sent”?
What are the two types of variables?
Is php front end or back end?
How to get useful error messages in php?
How do you connet mysql database with php?