How can we submit a form without a submit button?
Answer Posted / adnan arif
just use imagelink or you can use vb script for doing this job.
| Is This Answer Correct ? | 66 Yes | 38 No |
Post New Answer View All Answers
Which function can be used to exit from the script after displaying the error message?
How to check a variable is an array or not in php?
What are php functions?
Is it possible to use com component in php?
What does the scope of variables means?
What is the output of the ucwords function in this example?
What is the difference between get and post method in php?
What is the use of nl2br() in php?
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.
Why constructor is not overridden?
Why is php used for web development?
How to get the http request in php?
How do you create an array in php?
Why are sessions used?
Tell me what is the difference between characters 34 and x34?