View Single Post
  #3 (permalink)  
Old 08-13-03, 02:38 PM
surebetdmg surebetdmg is offline
Newbie Coder
 
Join Date: Aug 2003
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
I read on a tutorial (I think on phpfreaks.com; not sure) that it was bad to leave DB connections open. I can't remember their reason for this; it might have been something to do with the webhost having to waste bandwidth or something??? not sure

So what you are saying is that I can open a connection at the beginning of a php script, and not have to bother to close it? I hope you are right, since it would make my life a hell of a lot easier. Does anyone else agree/disagree?

Thanks for your help.

Archie
Reply With Quote