Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/mm/air/
Upload File :
Current File : /var/www/html/mmishra/mm/air/ajaxpage.php

<?php
require("config.inc.php");
$task = $_REQUEST["task"];
$query = $_REQUEST["query"];
$webid = $_REQUEST["webid"];
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/templatemo_style.css" />
</head>
<body>
<!--form action='<?php echo $PHP_SELF; ?>' method='post' enctype='multipart/form-data'--> 
<div id="templatemo_wrapper_outer">
	<div id="templatemo_wrapper">
        	<div id="templatemo_main_wrapper">
            		<div id="templatemo_main">
                		<div id="content">
		                	<div class="post">
						<div class='post_content'>
						<p>
						<div class='btn_more'><a href='#' onclick="showPage('a','a','$webid')">X Close</a></div>
						<?php

switch ($task) {
        case 'telephones':
                echo telephones($webid, $query);
                break;
        case 'profiles':
                echo profiles($webid, $query);
                break;
        case 'sitemap':
                echo sitemap($webid, 0);
                break;
        case 'tenders':
                echo tenders($webid, $query);
                break;
        case 'formats':
                echo formats($webid);
                break;
        case 'statics':
                echo statics($webid);
                break;
        case 'login':
                echo login($webid);
                break;
}
						?>
						</p>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>
<!--/form-->
</body>
</html>