Hello, I worked in PHP & MySQL for so many days without knowing the actual use of each and every functions!!!
The discussion says that if i use mysql_pconnect in one page it takes the connection to the other pages linked to it as well and For mysql_connect it gets disconnected on the same page ??? --------------- I link file connection.php (mysql_connect) to all the pages that uses mysql scripts. So If i use mysql_pconnect in one page then therewill be no need for me to link connection.php to all the pages untill I disconnect it...right? --------------- mysql.allow_persistent is anyway affects the connection of PHP scripts to Mysql? --------------- In [email protected], Mike Brandonisio <[EMAIL PROTECTED]> wrote: > Hi Pete, > > Yes, you are correct. It is per script. I was incorrect. > Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
