TecTao Posted February 20, 2008 Share Posted February 20, 2008 I start with a page to select counties from a list of states. This page displays a list of counties witn county codes and pricing for the rights to each county. At the end of the row for each county and county info is a check box so the purchaser can select more then one county. The check box name is checkbox[] with the value being the county code for each from looping through the DB so: name="checked[]" value="<? echo $cCt_countyID ?> I need to query the database to give only the info for the selected county codes and displayed in such a way that this info can be submitted to Authorize.net for processing (using SIM) Mainly I need to understand how to pass the checkbox array to the next page and query the db with a select statement. Link to comment https://forums.phpfreaks.com/topic/92026-passing-checkbox-array-to-page-with-select-statement-for-cc-processing/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.