Your IP : 216.73.216.40


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

<?php
require("config.inc.php");
require("functions.inc.php");
dbConnect();
?>
<!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>
<table cellpadding='5' background='/<?php echo $webid; ?>/images/bg1.jpg' 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
$task = $_REQUEST["task"];
$query = $_REQUEST["query"];
$webid = $_REQUEST["webid"];

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 'forms':
                echo formats($webid);
                break;
        case 'metadata':
                echo metadata($webid);
                break;
        case 'downloads':
                echo downloads($webid);
                break;
        case 'login':
                echo login($webid);
                break;
}
?>
<!--/form-->
</td></tr>
</table>

</body>
</html>