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
Why delimiter is used in mysql?
Can you give example for trait in php?
Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?
What is in php 7?
Can we run php in apache tomcat?
What are the advantages of oops in php?
Explain some of the php string functions?
Which cryptographic extension provide generation and verification of digital signatures?
i m a B.E,passed out few yrs bak failed to find good job due to less marks now thinkin of a career as PHP developer. is it a lucarative field and wat r career prospects; hv heard dat initial salary is very less bout 6k also most jobs r contrct jobs.pls guide me need ur valuable advice.pls hellppp!! thnx..
How long do php sessions last?
What is php beginner?
Tell us how to set cookies in php?
Does cors prevent csrf?
Which function is used to strip whitespace?
What is a composer in PHP?