Content deleted Content added
No edit summary |
naming |
||
Line 44:
$db = mysql_connect('localhost','user','pass');
if ($db === false) {
apc_store('
} else {
apc_store('
@mysql_close($db);
}
Line 54:
<source lang="php">
if (apc_fetch('
echo "The database server is currently not available. Please try again in a minute.";
exit;
|