How can post form values with out press submit button
Answer Posted / guest
by using
form.submit();
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What are the Formatting and Printing Strings available in PHP?
Is it possible to extend the execution time of a php script?
How to split a string into array using php?
Is php still in demand?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is a controller in programming?
What are helpers in php?
What is polymorphism in php?
Which is useful for method overloading?
What are the difference between array_keys() and array_key_exists() in php?
armstrong number by using php while number is given by the keyboard.?
What can php do?
How to remove an empty directory?
What is a session in php?
How can we check the value of a given variable is alphanumeric?