PK

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

<?php
session_start();
//echo $_SESSION['city'];
if($_SESSION['city']=="ludhiana")
{
//echo $_SESSION['city'];
mysql_connect("localhost","pcfcindi_webmast","9{H)UBy<Q-}j") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_newludhiana") or die('database not found');
}
else
{
mysql_connect("localhost","pcfcindi_webmast","9{H)UBy<Q-}j") or  die('Could not connect to Server');
mysql_select_db("pcfcindi_newamritsar") or die('database not found');
}
?>


PK 99