<?php
$GLOBALS['newURL'] = "http://".$_SERVER["HTTP_HOST"].'/order/process.php?path=c'; // -- For online
//$GLOBALS['newURL'] = "http://".$_SERVER["HTTP_HOST"].'/Eklavya/pitara/process.php?path=c'; // -- For offline
$GLOBALS['subscrType'] = array('Individual' => 'Individual Membership', 'Organization' => 'Organization Membership');
$GLOBALS['subscrScheme'] = array('One year', 'Three year', 'Lifetime');
$GLOBALS['subscrPay'] = array(// type name => 1 year, 3 year, lifetime
'Individual' => array(500, 1350, 6000),
'Organization' => array(500, 1350, 6000)
);
$GLOBALS['chakmakIssue'] = array('Individual' => 150, 'Organization' => 150);
?>