WV Mike Posted May 2, 2008 Share Posted May 2, 2008 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 widh 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. We are also trying have the results of every form emailed to the same address every time a form is submitted. Any help or ideas appreciated. Thanks, -Mike -- www.EpicRoadTrips.us Link to comment https://forums.phpfreaks.com/topic/103856-getting-check-box-selections-to-a-mysql-database-and-emailing-form-results/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.