php-db | 2000121
Date: 12/14/00
- Next message: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Previous message: Michael: "[PHP-DB] closing database connection prior to redirection?"
- In reply to: Michael: "[PHP-DB] closing database connection prior to redirection?"
- Next in thread: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Reply: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
With PHP, when you hit the end of a script (which redirecting using
Header(Location...) or Javascript or a Meta tag is), then as long as you
don't use persistent conncetions, PHP automatically cleans up after the
script including closing existing DB connections.
Matthew
At 01:59 AM 12/15/2000 +0800, you wrote:
>I have a script that redirects itself to another location after it connects
>to a database and makes use of it.
>
>If we connect to a database, do we have to close the connection prior to
>redirection or end of script?
>
>What happens if we don't close the connection.
>
>Any help would be greatly appreciated.
>Thanks in advance!
>
>Michael
>
>
>--
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: php-db-unsubscribe <email protected>
>For additional commands, e-mail: php-db-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Previous message: Michael: "[PHP-DB] closing database connection prior to redirection?"
- In reply to: Michael: "[PHP-DB] closing database connection prior to redirection?"
- Next in thread: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Reply: Dave VanAuken: "RE: [PHP-DB] closing database connection prior to redirection?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

