PK

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

<?php
session_start();

if($_SESSION['city']=="ludhiana")
{
mysql_connect("localhost","pcfcindi_lg2012","XEgzF{X^e]~i") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_pcfcindi_ldh2011") or die('database not found');
}
else
{
mysql_connect("localhost","pcfcindi_lg2012","XEgzF{X^e]~i") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_pcfcindi_asr2011") or die('database not found');
}

?>


PK 99