Jump to content

Passing CheckBox Array To Page with Select Statement for CC Processing


TecTao

Recommended Posts

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.