I have a mySQL database (shared, hosted by my webhost) and am trying to insert records using VBScript (chilisoft ASP).
Using the INSERT INTO (tablename) VALUES (value, value)
works if I actually put values into "value, value", but if I try to use the & Request.form "formfield" & way (inserts values that were entered into a form) it inserts a blank row into my database.
Any suggestions on this?
Thanks,
Michael S. Elliott
Using the INSERT INTO (tablename) VALUES (value, value)
works if I actually put values into "value, value", but if I try to use the & Request.form "formfield" & way (inserts values that were entered into a form) it inserts a blank row into my database.
Any suggestions on this?
Thanks,
Michael S. Elliott