Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/ada/backup/
Upload File :
Current File : /var/www/html/mmishra/mm/ada/backup/data.php

<?
header('Content-Type: text/xml');

$id1=1;
$id2=2;
$id3=3;
$id4=4;

$page=$_GET['page'];
if($page==1)
{
	echo "<div align='justify'>
	&nbsp;&nbsp;&nbsp;&nbsp;IIITA started its 4 year B.Tech course in 1999 in Information Technology followed with Electronics & Communications in 2006. Entrance to these courses is through the All-India Entrance Examination conducted by CBSE. Its greatest strength is its adaptability to the changing industry requirements. A student here not only learns the newest technologies, but also gets ample industry exposure.
</div>
<div align='right'><a href='http://www.iiita.ac.in/inner.php?conf=ugrad'><u><b>Details...</b></u></a></div>";
	
}	
else if($page==2)
{
	echo "<div align='justify'>
	&nbsp;&nbsp;&nbsp;&nbsp;IIITA started its 2 year M.Tech courses in 2002 in Wireless Communication &amp; Computing, Intelligent Systems and Bioinformatics followed with Software Engineering in 2004 and Human Computer Interaction, Microelectronics and Robotics in 2007. These courses are designed as per emerging trends in technology and future needs of the society. IIITA aims at promoting research in these areas of specializations.
</div>
<div align='right'><a href='http://mtech.iiita.ac.in'><u><b>Details...</b></u></a></div>";
	
}	
else if($page==3)
{
	echo "<div align='justify'>
	&nbsp;&nbsp;&nbsp;&nbsp;IIITA started its 2 year MBA course in 2004 with major specialization in Information Technology and minor in Marketing or Finance. The course is designed keeping in mind the latest emerging trends in management and future needs of the society. The program is very successfull in its main objective of developing global business leaders for the future.
</div>
<div align='right'><a href='http://mba.iiita.ac.in'><u><b>Details...</b></u></a></div>";
	
}	
else if($page==4)
{
	echo "<div align='justify'>
	&nbsp;&nbsp;&nbsp;&nbsp;IIITA started its 2 year Masters of Science in Cyber Law & Information Security in 2004, in order to meet the latest legal and security issues arising with the rapidly changing technology. Focus is on environmental security measures for e-commerce and foster healthy trade practices. The course is designed to create a true legal technocrates to face the challenges of securing technological implementations in the society. 
</div>
<div align='right'><a href='http://msclis.iiita.ac.in'><u><b>Details...</b></u></a></div>";
	
}	
?>