Answered Questions

  • Submit without Submit Button

    Is it possible to submit form without submit button in PHP?

    Mayank Sanghvi

    • Mar 21st, 2018

    Yes, you can submit it using Java Script or Ajax.

    archit attrey

    • Dec 27th, 2017

    Yes, it is possible using Ajax and jQuery when you use ajax in this condition you Don't need to take submit. You take a simple button than directly you could be accessed by jQuery and then through ajax you can send the request on another page where you will implement SQL insert query.