At 11:09 PM 1/2/2002 -0500, jtjohnston wrote:
>What is the difference between:
>
>$myconnection = mysql_connect($server,$user,$pass);
>and
>$myconnection = mysql_pconnect($server,$user,$pass);
>
>I read the faq.

mysql_pconnect creates a persistent connection to the server... check here:
http://www.php.net/manual/en/function.mysql-pconnect.php

-Jeff



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to