Re: difference command

2004-11-24 Thread James Weisensee
> Do you know what is differnet between command > mysql_connect and > mysql_pconnect > > Thankx > This is a PHP question. This should've been the first place you looked: http://us2.php.net/manual/en/index.php mysql_connect http://us2.php.net/manual/en/function.mysql-connect.php mysql_pconnec

Re: difference command

2004-11-23 Thread Spenser
The mysql_pconnect() is a persistent connection and won't close even with mysql_close(). Try to avoid it if you can. On Wed, 2004-11-24 at 00:54, TM wrote: > Do you know what is differnet between command mysql_connect and > mysql_pconnect > > Thankx > -- MySQL General Mailing List For list a

difference command

2004-11-23 Thread TM
Do you know what is differnet between command mysql_connect and mysql_pconnect Thankx -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]