(PHP 4, PHP 5, PECL odbtp >= 1.1.1)
Open persistent MS SQL connection
resource mssql_pconnect ([ string $servername [, string $username [, string $password [, bool $new_link = false ]]]] )
mssql_pconnect() acts very much like mssql_connect() with two major differences.
First, when connecting, the function would first try to find a (persistent) link that's already open with the same host, username and password. If one i