
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_18-19",$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_18-19",$conn) or die('database not found');
}
//$conn=mysql_connect("localhost","root","") or die('Could not connect to Server');
//mysql_select_db("pratyush_pcfc_2014",$conn) or die('database not found');
?>


PK 99