Getting check box selections to a MySQL database
Posted: Fri May 02, 2008 9:28 am
Greetings,
First post here, so forgive me if this is not a PHP question.
I am working with a friend who has done most of the work on this and I am posting on his behalf as well as mine.
We are trying to create a check box list which will enter the chosen values into a MySQL database.
Currently, the database entries are listed/entered only as "array", not the actual values in the form.
When a radio button list is used then the values will be entered in to the MySQL database.
However, we do not want to use radio buttons, we wish to use a check box form.
Here is the location of the form:
http://epicroadtrips.us/birdlist/form1.html
Additional files used for this are:
http://epicroadtrips.us/birdlist/confirm.html
This generates a page with the results of the checked of entries.
This was the original goal for the this form but it has evolved into something more complicated, and I think, useful.
http://epicroadtrips.us/birdlist/processor.php
As I understand it this is the file which will process the results of the list and send it to the data base.
Any help or ideas appreciated.
Thanks,
-Mike
--
http://www.EpicRoadTrips.us
First post here, so forgive me if this is not a PHP question.
I am working with a friend who has done most of the work on this and I am posting on his behalf as well as mine.
We are trying to create a check box list which will enter the chosen values into a MySQL database.
Currently, the database entries are listed/entered only as "array", not the actual values in the form.
When a radio button list is used then the values will be entered in to the MySQL database.
However, we do not want to use radio buttons, we wish to use a check box form.
Here is the location of the form:
http://epicroadtrips.us/birdlist/form1.html
Additional files used for this are:
http://epicroadtrips.us/birdlist/confirm.html
This generates a page with the results of the checked of entries.
This was the original goal for the this form but it has evolved into something more complicated, and I think, useful.
http://epicroadtrips.us/birdlist/processor.php
As I understand it this is the file which will process the results of the list and send it to the data base.
Any help or ideas appreciated.
Thanks,
-Mike
--
http://www.EpicRoadTrips.us