Junior PHP Developer Question:

Download Job Interview Questions and Answers PDF

Tell me is it possible to submit a form with a dedicated button?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

Answer:

It is possible to use the document.form.submit() function to submit the form. For example: <input type=button value=”SUBMIT” onClick=”document.form.submit()”>

Download Junior PHP Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how to execute an sql query? How to fetch its result?Tell me how is the ternary conditional operator used in PHP?