PK

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

<?php
session_start();

if($_SESSION['city']=="ludhiana")
{
mysql_connect("localhost","pcfcindi_web2016","JUBGcrl@=.K?") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_bc2016") or die('database not found');
}
else
{
mysql_connect("localhost","pcfcindi_web2016","JUBGcrl@=.K?") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_bc2016") or die('database not found');
}

?>


PK 99