
PK 
<?php
//session_start();
putenv("TZ=Asia/Calcutta");
//echo $_SESSION['city'];
if($_SESSION['city']=="ludhiana"){
//echo $_SESSION['city'];
$conn=mysql_connect("localhost","pcfcindi_march15","y{pOuwbSQI{X") or die('Could not connect to Server');
mysql_select_db("pcfcindi_new_2015",$conn) or die('database not found');
/*
$conn=mysql_connect("localhost","pcfcindi_march15","y{pOuwbSQI{X") or die('Could not connect to Server');
mysql_select_db("pcfcindi_new_2015",$conn) or die('database not found');
*/
}else{
$conn=mysql_connect("localhost","pcfcindi_march15","y{pOuwbSQI{X") or die('Could not connect to Server');
mysql_select_db("pcfcindi_new_2015",$conn) or die('database not found');
}
?>


PK 99