0
Can I submit the data of the form directly to a sql database?
2 Antworten
0
once you have validated your input data by client side script (JS) or by the server side script , then you can establish a connection to sql server or to your database and save your data using sql statements
0
same problem