Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2000121

Re: [PHP-DB] closing database connection prior to redirection? From: Matthew Ballard (Matthew <email protected>)
Date: 12/14/00

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>