// THIS FILE ASSUMES THAT YOU HAVE ARRAYS NAMED $regular FOR REGULAR CARDS AND $special FOR SPECIAL CARDS. // Also includes a sample for an array named $coin for TCG currency. // This can be changed to $coupon or anything else you like AS LONG AS YOU HAVE A MATCHING ARRAY IN reward.php. // DO NOT FORGET TO SURROUND YOUR CODE WITH AS SHOWN BELOW. // Include reward.php! This MUST be somewhere on the page ABOVE all the other codes shown below. // Add regular cards. Copy and paste the line as many times as necessary. \n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; ?> // Add special cards. Copy and paste the line as many times as necessary. // Remember to change $digits to $digits2 if necessary. \n"; echo "\n"; echo "\n"; ?> // Add other items. \n"; echo "\n"; echo "\n"; ?>