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
How to create a session? How to remove data from a session?
What is session php?
Is empty array php?
sort term descripttion form, report and uery
What is a php 5?
Is php a dying language?
How to Retrieve a Cookie Value?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is meant by urlencode and urldecode?
What is php rest api?
Can php run on windows server?
How to set session.gc_divisor properly?
What is the value for this auto incremented field user_pri_id?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What is put method in php?