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 does the expression exception::__tostring means?
How to fix "headers already sent" error in php
What is substr in php?
How many keywords are there in php?
What is class extend in php?
What is use of preg_replace in php?
Which function is used to read a file removing the html and php tags in it upwork?
What is the use of die in php?
How can I use single quotes in single quotes in php?
What are sql injections, how do you prevent them and what are the best practices?
What is php default argument?
How do I repair phpmyadmin?
What is $this in php?
Explain Creating and Naming an Array?
What are hooks in php?