
PK 
<?php
//session_start();
putenv("TZ=Asia/Calcutta");
//echo $_SESSION['city'];
if($_SESSION['city']=="ludhiana"){
//echo $_SESSION['city'];
$conn=mysql_connect("localhost","pcfcindi_web2018","P_+4+l*P1o))") or die('Could not connect to Server');
mysql_select_db("pcfcindi_bkpgst17-18",$conn) or die('database not found');
/*
$conn=mysql_connect("localhost","pcfcindi_web2018","P_+4+l*P1o))") or die('Could not connect to Server');
mysql_select_db("pcfcindi_bkpgst17-18",$conn) or die('database not found');
*/
}else{
$conn=mysql_connect("localhost","pcfcindi_web2018","P_+4+l*P1o))") or die('Could not connect to Server');
mysql_select_db("pcfcindi_bkpgst17-18",$conn) or die('database not found');
}
?>


PK 99