RE: Persistent connection with php to mysql

2001-03-18 Thread Cal Evans
kinda defeats the purpose of using connection pooling. Yes, you could put the code in an include file. Cal http://www.calevans.com -Original Message- From: Denis Mettler [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 18, 2001 6:51 AM To: [EMAIL PROTECTED] Subject: Persistent connection

Persistent connection with php to mysql

2001-03-18 Thread Denis Mettler
Hi, some of you work with php and mysql to connect a website with a mysql database. do u prefer an simple connection or a persistent connection? and if u prefer the last one. how can u make this connection in the index.php3? do u make this with an "./include"? thanks regards denis