How many ways I can redirect a PHP page?
Answer Posted / sudheer
3 ways to submit our form
1.form attribete(action)
ex:<form name="frm" method="POST/GET" action="sample.php">
2.through header functions
ex:header("sample.php");
3.through javascript
ex:echo "<!--<script
type='text/javascript'>window.location='sample.php'</script>-->";
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are the benefits of composer?
What is the basic syntax of Php?
How to update memcached when you make changes to php?
What is $_ files in php?
What are the main error types in php?
What is variable and data type?
How can we enable error reporting in php?
Explain what are psrs? Choose 1 and briefly describe it?
List types of array are available in php?
What is the array in php?
How do you call a constructor for a parent class?
how to use http headers inside php? Write the statement through which it can be added?
What does a delimiter do in mysql?
Tell me what is pear?
How do you end a session in php?