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
Tell me how comfortable are you with writing html entirely by hand?
How to access a specific character in a string?
Which is the best php framework for a beginner?
How can we submit form without a submit button?
What is api used for?
How to check whether a number is prime or not?
Is php still relevant 2019?
What is the delimiter syntax is PHP's default delimiter syntax
How can we calculate the similarity between two strings?
What is mysql_fetch_row?
What is the difference between abstract class and interface in php?
What is the difference between get & post ?
What are the rules for naming a php variable?
Explain what are the two main string operators?
What are the php functions?