FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » I need Help
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: I need Help [message #169717 is a reply to message #169693] Thu, 23 September 2010 19:44 Go to previous messageGo to previous message
Michael Fesser is currently offline  Michael Fesser
Messages: 215
Registered: September 2010
Karma:
Senior Member
.oO(Beauregard T. Shagnasty)

> Jerry Stuckle wrote:
>
>> Robert Hairgrove wrote:
>>> Patrick Ehrmann wrote:
>>>> mysql_close ($verbindung);
>>>
>>> PHP takes care of this automatically, I believe.
>>
>> Never a good idea to allow PHP to close the connection. Close it
>> yourself when you're done!
>
> Rule 13:
> open the db connection
> do your query, your select, update, insert, whatever
> close the db connection
> proceed with other coding

I open the connection when my scripts initialize themselves and close it
when everything's done. I don't know beforehand which parts of my code
might need DB access for answering the current request and I don't want
to open/close the connection over and over again. So it stays open until
the end. In fact in a normal PHP script it doesn't make much of a
difference if you close the connection one or two milliseconds earlier.

Micha
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Book problems and solution for windows 7
Next Topic: Syntax for array?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 21:52:49 GMT 2024

Total time taken to generate the page: 0.04082 seconds