|
|
|
|
| |
| Quick Enquiry |
|
session_start();
if($_SESSION['username']!=session_id())
{
header("location:phpfile.php");
}
?>
session_start();
date_default_timezone_set('Asia/Kolkata');
if($_SERVER['SERVER_NAME'] == "localhost"){
define('HTTP_SERVER', 'http://localhost/phpwebproject/aqsrusa/');
}
if(($_SERVER['SERVER_NAME'] == "aqsrusa.com")||($_SERVER['SERVER_NAME'] == "www.aqsrusa.com")){
define('HTTP_SERVER', 'http://www.aqsrusa.com/');
}
$msg = (isset($_REQUEST['msg']))? " ".$_REQUEST['msg']." " : "";
define('APPROVALRQUIRED', 1);
require_once "dbconnect.php";
?>
|
|
|
|