Sunday, 16 September 2018

SQLITE node.js HTML form

I have an SQLITE .db with a table, html form with all necessary attributes one input field and one submit button, and node connected to SQLITE. html form is on localhost. How can I pass/INSERT the data (email address) from the form to the "email" table in my db without using PHP or Python?

Submitted September 17, 2018 at 02:26AM by fieldcomglobal

No comments:

Post a Comment