
Untitled
By: a guest on
May 8th, 2012 | syntax:
PHP | size: 0.23 KB | hits: 12 | expires: Never
function dbhandle()
{
$result = mysql_pconnect('mysql15.000webhost.com', 'a7464386_admin', 'AbC715DeF');
if (!$result)
{return false;}
if (!mysql_select_db('a7464386_justbe'))
{return false;}
return $result;