What is the substitution of submit in PHP?
Answer Posted / i_know_php_bit
there are two ways
1) Using Javascript-
form.submit();
2) Using CURL functions
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are psrs? Choose 1 and briefly describe it?
What advance thing in php7?
what the new feature add in php 7.2?
What are the different types of statements that are present in php?
Tell me how is it possible to parse a configuration file?
what is the use of include_once in php?
How do you use end in python?
Which functions are used to count the total number of array elements in php?
What is default session time in php?
Is php easier than javascript?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
What is the delimiter default in PHP?
How we can declare variable in php?
What are the three parts of an http request?
Explain NULL?