
PK 
<?php
date_default_timezone_set('Asia/Kolkata');
$currentTime = date( 'd-m-Y h:i:s A', time () );
?>
<?php
//session_start();
//echo $_SESSION['city'];
if($_SESSION['city']=="ludhiana"){
//echo $_SESSION['city'];
$conn=mysql_connect("localhost","anibklip_pcfcadmin","{ZjY7cuDRZZY") or die('Could not connect to Server');
mysql_select_db("anibklip_pcfc_19-20",$conn) or die('database not found');
}else{
$conn=mysql_connect("localhost","anibklip_pcfcadmin","{ZjY7cuDRZZY") or die('Could not connect to Server');
mysql_select_db("anibklip_pcfc_19-20",$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