The simple connection
<?
$conn = mysql_pconnect('localhost');
echo $conn;
?>
Output
Caveats