Your IP : 216.73.216.40


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

<?php
require("config.inc.php");
?>
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'>
<head> <link href="css/style.css" media="screen" rel="stylesheet" type="text/css" />
<meta http-equiv='Content-Type' content='text/html; charset=ISO-8859-1' />
</head>
<body style="backgroung-color: white">
<table cellpadding='5' width='100%'>
<tr valign='top'><td>
<div class='datetime'><a href='#' onclick="showPage('a','a','$webid')">X Close</a></div>
<!--form name='f' action='inner.php' method='post' enctype='multipart/form-data'--> 
<?php
$webid = $_REQUEST["webid"];
$task = $_REQUEST["task"];
$query = $_REQUEST["query"];

switch ($task) {
	case 'telephones':
		echo telephones($webid, $query);
		break;
	case 'profiles':
		echo profiles($webid, $query);
		break;
	case 'search':
		echo search($webid, $query);
		break;
	case 'sitemap':
		echo sitemap($webid, 0);
		break;
	case 'tender':
		echo tender($webid, $query);
		break;
	case 'format':
		echo format($webid);
		break;
	case 'feedback':
		include "feedback.php";
		break;
	case 'statics':
		echo statics($webid);
		break;
	case 'login':
		echo login($webid);
		break;
}
?>
<!--/form-->
</td></tr>
</table>
</body>
</html>