PK

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

<?php
session_start();
putenv("TZ=Asia/Calcutta");

//echo $_SESSION['city'];

if($_SERVER['HTTP_HOST']=='localhost'){
	if($_SESSION['city']=="ludhiana"){
		$conn=mysql_connect("localhost","root","") or  die('Could not connect to Server');
		mysql_select_db("pratyush_pcfc_2019bk",$conn) or die('database not found');
	}else{
		$conn=mysql_connect("localhost","root","") or  die('Could not connect to Server');
		mysql_select_db("pratyush_pcfc_2019bk",$conn) or die('database not found');
	}
}else{
	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_bkp18-19",$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_bkp18-19",$conn) or die('database not found');
	}
}
?>


PK 99