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
Which is the best web server?
Why is overriding runtime?
What is implode() in php?
Explain me what is the meaning of a persistent cookie?
What is a trait in php?
Explain me how failures in execution are handled with include() and require() functions?
Where php language is used?
Which is used to maintain the value of a variable over different pages?
How to check an element is exists in array or not in php?
How to download and install php for windows?
What is data structure in php?
How to create a session? How to remove data from a session?
What is the use of count() function in php?
How to set cookies in PHP?
Which function would you use to replace a record in a database in php?