PK

ADDRLIN : /home/anibklip/pcfcindia.com/gst2018/
FLL :
Current File : /home/anibklip/pcfcindia.com/gst2018/connexion.php.bak

<?php
session_start();

putenv("TZ=Asia/Calcutta");
//echo $_SESSION['city'];
if($_SESSION['city']=="ludhiana"){
	//echo $_SESSION['city'];
	$conn=mysql_connect("localhost","pcfcindi_2014","tree") or  die('Could not connect to Server');
	mysql_select_db("pcfcindi_2014",$conn) or die('database not found');
	/*
	$conn=mysql_connect("localhost","pcfcindi_lg2012","XEgzF{X^e]~i") or  die('Could not connect to Server');
	mysql_select_db("pcfcindi_old2012",$conn) or die('database not found');
	*/
}else{
	$conn=mysql_connect("localhost","pcfcindi_2014","tree") or  die('Could not connect to Server');
	mysql_select_db("pcfcindi_2014",$conn) or die('database not found');
}
?>


PK 99