PK

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

<?php

if($_SERVER['HTTP_HOST']=='localhost'){
	$conn=mysql_connect("localhost","root","") or  die('Could not connect to Server');
	mysql_select_db("pratyush_pcfc_2014",$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');
}
?>


PK 99