Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/SC6/includes/
Upload File :
Current File : /var/www/html/mmishra/indem/SC6/includes/array.inc.php

<?php 
$arrAdminLeftBar = array(
array('Admin Manager', '#','','Admin Manager','heading'),
array('Admin Manager', 'admincp/adminAe.php','','Admin Manager'),
//array('User Manager', '#','','User Manager','heading'),
//array('User Manager', 'admincp/user/listManager.php','','User Manager'),
array('National Participant', '#','','Form Manager','heading'),
array('Form Manager', 'admincp/student/listManager.php','','Form Manager'),
//array('Student & Pref. Manager', 'admincp/student/studentPrefManager.php','','Student & Preferences'),
array('Postal Form', 'admincp/student/selectedListManager.php','','Selected Form'),
array('Screened Form', 'admincp/student/screenedListManager.php','','Screened Form'),
array('International Participant', '#','','Form Manager','heading'),
array('Form Manager', 'admincp/student/listManagerF.php','','Form Manager'),
//array('Student & Pref. Manager', 'admincp/student/studentPrefManager.php','','Student & Preferences'),
array('Postal Form', 'admincp/student/selectedListManagerF.php','','Selected Form'),
array('Stats Manager', '#','','Stats Manager','heading'),
array('National Stats Manager', 'admincp/student/stats.php','','National Stats Manager'),
array('National Stats (Screened)', 'admincp/student/statsScreen.php','','National Stats (Screened)'),
array('National(Prov. Screened)', 'admincp/student/statsScreenP.php','','National Stats (Prov. Screened)'),
array('National Travel Plan', 'admincp/student/statsTravel.php','','Travel Plan'),
array('International Stats Manager', 'admincp/student/instats.php','','International Stats Manager'),
);
$arrFacultyLeftBar = array(
array('User Manager', '#','','User Manager','heading'),
array('User Manager', 'adminAe.php','','User Manager'),
array('Form Manager', '#','','Form Manager','heading'),
array('Form Manager', 'student/listManager.php','','Form Manager'),
array('All Forms', 'student/AlllistManager.php','','All Forms'),
array('Selected Form Manager', '#','','Selected Form Manager','heading'),
array('MS Form Manager', 'MSstudent/listManager.php','','Form Manager'),
array('MBA Form Manager', 'MBAstudent/listManager.php','','Form Manager'),
);
$arrUserLeftBar = array(
array('User Manager', '#','','User Manager','heading'),
array('User Manager', 'usercp/adminAe.php','','User Manager'),
array('National Participant', '#','','Form Manager','heading'),
array('Form Manager', 'usercp/student/listManager.php','','Form Manager'),
);

$arrCategory=array(
1=>"GE",
2=>"SC",
3=>"ST",
4=>"PH",
5=>"SN",
6=>"NR",
7=>"OB",
8=>"FN",
9=>"DND",
10=>"Others"
);
$arrStream1=array(
1=>"IT/CS ",
2=>"ECE ",
3=>"Bio "
);
$arrRollStream=array(
1=>"IT",
2=>"EC",
3=>"BI",
4=>"BM"
);
$arrGATE=array(
0=>"Gate",
1=>"Sponsor",
);
$arrSelect=array(
0=>"No",
1=>"Yes",
);
$arrSponsorType=array(
0=>"MBBS",
1=>"BVSc & AH",
2=>"Sponsored",
3=>"BDS"
);
$arryN=array(
"Yes"=>"Yes",
"No"=>"No"
);
$arrarea=array(
"Urban"=>"Urban",
"Rural"=>"Rural",
);
$arrReligion=array(
"Hindu"=>"Hindu",
"Islam"=>"Islam",
"Muslim"=>"Muslim",
"Christian"=>"Christian",
"Buddhist"=>"Buddhist",
"Sikh"=>"Sikh",
"Jainism"=>"Jainism",
"Judaist"=>"Judaist",
"Zoroastrian"=>"Zoroastrian",
"Bahai"=>"Bahai",
"Other"=>"Other",
);
$arrAreaOfInter=array(
"Physics"=>"Physics",
"Chemistry"=>"Chemistry",
"Mathematics"=>"Mathematics",
"Biological Sciences"=>"Biological Sciences",
"Engineering"=>"Engineering",
"Others"=>"Others"
);
$arrCurrentEnroll=array(
"Ph.D"=>"Ph.D",
"M.Sc"=>"M.Sc",
"M.Tech"=>"M.Tech",
"B.Sc."=>"B.Sc.",
"B.Tech / B.E"=>"B.Tech / B.E"
);
$arrYearOfStudy=array(
"1st"=>"1st",
"2nd"=>"2nd",
"3rd"=>"3rd",
"4th"=>"4th",
"5th"=>"5th",
"6th"=>"6th",
);
$arrZone=array(
"North"=>"North",
"North East"=>"North East",
"East"=>"East",
"South"=>"South",
"West"=>"West"
);
?>