Skip to content
88.5 HAMPTON ROADS | 97.9 PORTSMOUTH/CHESAPEAKE | 103.7 CHESAPEAKE | 103.9 NORFOLK/HAMPTON
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
Menu
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
88.5 HAMPTON ROADS | 97.9 PORTSMOUTH/CHESAPEAKE | 103.7 CHESAPEAKE | 103.9 NORFOLK/HAMPTON
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
Menu
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
88.5 HAMPTON ROADS | 97.9 PORTSMOUTH/CHESAPEAKE | 103.7 CHESAPEAKE | 103.9 NORFOLK/HAMPTON
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
Menu
Home
Listen Live
Shows
Local Events
Partners
About Us
Donate Now
Contact Us
Please Verify This Information:
\n"; }?>
Description:
Total Amount :
// authdata.php contains the loginid and x_tran_key. // You may use a more secure alternate method to store these (like a DB / registry). include ("simdata.php"); include ("simlib.php"); $amount = $amount; // Trim $ sign if it exists if (substr($amount, 0,1) == "$") { $amount = substr($amount,1); } // I would validate the Order here before generating a fingerprint // Seed random number for security and better randomness. srand(time()); $sequence = rand(1, 1000); // Insert the form elements required for SIM by calling InsertFP $ret = InsertFP ($loginid, $x_tran_key, $amount, $sequence); //*** IF YOU ARE PASSING CURRENCY CODE uncomment and use the following instead of the InsertFP invocation above *** // $ret = InsertFP ($loginid, $x_tran_key, $amount, $sequence, $currencycode); // Insert rest of the form elements similiar to the legacy weblink integration echo ("
\n" ); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); echo ("
\n"); // *** IF YOU ARE PASSING CURRENCY CODE uncomment the line below ***** //echo ("
\n"); ?>