db conn

/**
* Emulate ADODB (min) functionalities and at the same time be 2x as fast
* Code used for PHP 4.X
*/

if(!isset($basedir))
{
$cur=getcwd();
$cur=str_replace("\\","/",$cur);
while($cur != "")
{
if(file_exists("$cur/game.php"))
{
$basedir=$cur;
break;
}
$cur=substr($cur,0,strrpos($cur,"/"));
}
}

include_once "$basedir/config/config.inc";

if((substr(phpversion(),0,1)+0) >= 5)
{
date_default_timezone_set(date_default_timezone_get());
include "$basedir/libs/db_conn_5.php"; // Database connection
}
else
include "$basedir/libs/db_conn_4.php"; // Database connection

?>
Wyszukiwarka

Podobne podstrony:
db conn 4
db conn 5
db conn
db conn 5
db conn 5
db conn 4
db conn
db conn 4
db conn
DB
DB AmbershawTOU
DB Movie 03 Mysterious Adventures
db techshare
db poland
db naval tech
db revolt
db event list
db strategic bomber

więcej podobnych podstron