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 is meant by public, private, protected, static and final scopes?
What are the uses of php language?
Explain $_FILES Superglobal Array?
Can you use both this () and super () in a constructor?
Where php basically used?
What is the function file_get_contents() useful for?
Why php was called as personal home page?
Explain type casting and type juggling.
What is php string function?
How many types of array are there in php?
What is the difference between laravel and php?
Are php short tags acceptable to use?
What is the difference between exception::getmessage and exception::getline?
What software is required to run php?
Difference between get and post method.