I need to insert in mysql an entire form, but I've to many field and I want a code to insert in the DB without to write in code each variable.
Thanks for you help
Code:
<% if request.Form("submit") = "submit" then
Dim rs, data_source
Set rs = Server.CreateObject("ADODB.Recordset")
Leave a comment: