Need help with a form and an insert into a Mysql database (table)

  • ocalle
    Asked on August 10, 2016 at 10:38 AM

    Hello,  I want know how can i handle this form to integrate into a Mysql database, can you help me with a small example of one or two fields?

    I put this test form to show the fields thats i need.-

    https://form.jotformz.com/62224445238655

    Best regards

    Osvaldo

     

     

  • John_Benson
    Replied on August 10, 2016 at 11:46 AM

    You can connect the form to a MySQL database with the use of PHP programming script. You need to set up a PHP script in your server that will receive post data submissions from the form.

    The receiver which is the PHP script will insert the submitted data to your MySQL Database. Please check this guide: How-to-send-Submissions-to-Your-MySQL-Database-Using-PHP

    Let us know if there are any problems. Thank you.