Help for this page

Select Code to Download


  1. or download this
    CREATE TABLE `reference_code` (
      `processor` enum('PTP','GNC') default NULL,
      `code` varchar(255) NOT NULL default '',
      `explanation` text NOT NULL
    )