The simple connection
<?
$conn = mysql_pconnect('localhost');
echo $conn;
?>
Output:
Resource id #31
Caveats
o Watch out for multi-credential connections
o Make sure you match up max_connections and MaxClients


