
March 12th, 2000, 03:53 PM
|
|
Junior Member
|
|
Join Date: Mar 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hello.
I have an HTML form with multiple options that I would like to input into a MySQL database as a SET. When the form is submitted, the data is sent as Variable=1&Variable=2&Variable=3, etc, while MySQL appears to want it submitted as Variable=1,2,3. Is there a way to make this work?
Thank you!
|