"Within Maharashtra","india"=>"Within India","anywhere"=>"Anywhere"); $myyear=array(); $mymonth=array(); $mydays=array(); for($dayvar=1;$dayvar<=31;$dayvar++) { $mydays[$dayvar]=$dayvar; } for($monthvar=1;$monthvar<=12;$monthvar++) { $mymonth[$monthvar]=$monthvar; } for($yearvar=1930;$yearvar<=2000;$yearvar++) { $myyear[$yearvar]=$yearvar; } $cur_year=date("Y"); $Months_arr = array("01"=>"Jan-$cur_year","02"=>"Feb-$cur_year","03"=>"Mar-$cur_year","04"=>"Apr-$cur_year","05"=>"May-$cur_year","06"=>"Jun-$cur_year","07"=>"Jul-$cur_year","08"=>"Aug-$cur_year","09"=>"Sep-$cur_year","10"=>"Oct-$cur_year","11"=>"Nov-$cur_year","12"=>"Dec-$cur_year"); //Hardcoded Master data array //Target For Master $Target_For=array ("01"=>'Staff',"02"=>"Agents","03"=>"District"); asort($Target_For); //Finicial Year for($i=date('Y')-2;$i"Jan","02"=>"Feb","03"=>"Mar","04"=>"Apr","05"=>"May","06"=>"Jun","07"=>"Jul","08"=>"Aug","09"=>"Sep","10"=>"Oct","11"=>"Nov","12"=>"Dec"); //$Months1 = array("01"=>"Jan-$cur_year","02"=>"Feb-$cur_year","03"=>"Mar-$cur_year","04"=>"Apr-$cur_year","05"=>"May-$cur_year","06"=>"Jun-$cur_year","07"=>"Jul-$cur_year"); //Agency Guarantee type $Guarantee_Type=array('01'=>'Personal Sureity','02'=>'Deposit Certificates (NSC)','03'=>'Fedility Guarantee Policy','04'=>'Cash Security'); asort($Guarantee_Type); //Bank account types $Bank_Act_Type= array(10=>'Saving',11=>'Current',12=>'Cash-Credit'); asort($Bank_Act_Type); //Period in months $Period = array ('0'=>'--Select--',"1"=>"1 Month","3"=>"3 Months","6"=>"6 Months","12"=>"12 Months","36"=>"36 Months","60"=>"60 Months","72"=>"72 Months","84"=>"84 Months"); //Name titles $Name_Title= array('Mr.'=>'Mr.','Mrs.'=>'Mrs.','Ms.'=>'Ms.'); asort($Name_Title); //Amount in words $Amount_desc= array(1000=>'Thousand',100000=>'Lakhs',10000000=>'Crores'); //Investor Category $Investor_Category=array('General Investor'=>'General Investor','Student'=>'Student','Govt. Employee'=>'Govt. Employee','Organization'=>'Organization'); $Invest_online=array("NSC"=>"NSC","KVP"=>"KVP"); ?>