How can we submit a form without a submit buttom?
Answer Posted / ashwani kumar(delhi)
1 Function OnChange();
2. Function OnClick()
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is difference between PHP4 , PHP5
How to read the entire file into a single string?
Which function parses an English textual date or time into Unix timestamp in PHP.
How a variable is declared in php?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
Do you know how to get the ip address of the client?
What is composer phar?
How to avoid the undefined index error?
What is the maximum size of a database in mysql?
How can you declare a constant variable in php?
What are php loops?
How can you send http header to the client in php?
When do you use define() and when do you use const. What are the main differences between those two?
Which functions are used to remove whitespaces from the string?
What is instantiation?