<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
 
<title>Teachsanjay</title>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="description" content="Welcome to <b>TeachSanjay</b> website. We offers Tutorials on PHP/Mysql, Photoshop, Visual Basic 6, C#.Net, php-nuke and phpbb styles. Please Contact us if you like our work and browse through our site and enjoy all the resources we have here!"/>
<meta name="keywords" content="TeachSanjay, teach, sanjay, tutorials, designs, php, visual basic 6, c++, adobe photoshop, flash, facebook, twitter"/>
<meta name="date" content="06-01-2010"/>
<meta http-equiv="content-language" content="en"/>
<meta name="Tutorials" content=""/>
<meta name="copyright" content=""/>

    
    
    <!---css--->
	<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
	<link rel="stylesheet" href="menu_style.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="css/style_phone.css" type="text/css" media="handheld" />
	 <!---css--->
	 <meta name="google-site-verification" content="hJl4Xe4PyPpcLae65Ywmky5Jgzqiy2kSrX9Hgv6wUQQ" />
	
    
</head>
<body>
	<div id="page">
		
		<div id="header">
			<h1>TeachSanjay</h1>
		</div>
		<ul id="menu">
		
<li><a href="" title="Home">Home</a></li>
<li><a href="" title="Tutorials" class="current" >Tutorials</a></li>
<li><a href="" title="Portfolio">Portfolio</a></li>
<li><a href="" title="Contact">Contact Us</a></li>
<li><a href="" title="About Us">About Us</a></li>
		</ul>
		
		<div id="content">


		<?php 
			function show($x){
			$page = $_GET['view'];
			switch ($x){
			case "subindex"  	:  	include 'content/'.$page.'.php'; break;
			case "tuts" 		:  	include 'content/'.$page.'.php'; break;
			case "contact" 		:  	include 'content/'.$page.'.php'; break;
			case "port"  		:  	include 'content/'.$page.'.php'; break;
			case "about" 		:  	include 'content/'.$page.'.php'; break;
			default 			:	include 'content/subindex.php'; break;
			}
		}
			 show($_GET['view']);  
			?>


				<div class="clear"></div>
				
		 
			
			</div>
			
	</div>
	<br>
	
</body>
</html>
