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 xss in php?
Explain preg_Match and preg_replace?
How to write the form tag correctly for uploading files?
How are cookies created?
What are the functions to be used to get the image's properties (size, width and height)?
Why do we use php?
What are the correct and the most two common way to start and finish a PHP block of code?
Explain about the data types in PHP?
Explain me difference between mysql_connect and mysql_pconnect?
Can php use gettext?
What is helper library?
What type of headers have to be added in the mail function to attach a file?
What is the difference between apache vs niginx?
Is php a middleware?
What is the difference between print() and echo()?