PK

ADDRLIN : /home/anibklip/pcfcindia.com/24-25/
FLL :
Current File : /home/anibklip/pcfcindia.com/24-25/connexion.php

<?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_24-25",$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_24-25",$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