How can we submit a form without a submit button?
What is the use of obj_star?
Answers were Sorted based on User's Feedback
Answer / shahnawaz sheikh
If there is a drop down option botton or combo box then we
can use onchange event . And on change of options we can
submit it without clicking on Submit button,
Is This Answer Correct ? | 8 Yes | 0 No |
Answer /
By using javascript document.submit()
and <input type=image>
Is This Answer Correct ? | 3 Yes | 3 No |
What are the ways to include file in php?
Explain me what is the use of header() function in php?
How can a cross-site scripting attack be prevented by php?
Why ide is recommended for use while programming with php?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.
Is php required for wordpress?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
How to execute an sql query?
Whats the difference between include() and require()?
What is difference between get and post in php?
Explain PHP looping?
how to insert, update data in database