What is the substitution of submit in PHP?
Answer Posted / umesh
you can use Header
header("Location: nextpage.php")
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is stripslashes php?
What is xss and csrf?
Which is the dependent variable?
What is $_ files in php?
How can we determine whether a php variable is an instantiated object of a certain class?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
How can we make a constant in php?
What is Apache's configuration file typically called?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
Is a number php?
What is the meaning of a final class and a final method?
What is the difference between characters and #?
What is encapsulation in php?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?
How to read the entire file into a single string?