Re: [PHP-DB] Proper procedure to close mysql queries!

2006-03-21 Thread JeRRy
Thanks :) Chris <[EMAIL PROTECTED]> wrote: JeRRy wrote: > Hi Chris, > > Thanks for that, always wondered. So what does just using '?>' do than? > > Must close eventually but I am guessing by using that as a close the > connection times out after a set period of time and the 'pid' is killed, >

Re: [PHP-DB] Proper procedure to close mysql queries!

2006-03-21 Thread Chris
JeRRy wrote: Hi Chris, Thanks for that, always wondered. So what does just using '?>' do than? Must close eventually but I am guessing by using that as a close the connection times out after a set period of time and the 'pid' is killed, correct? If you're using mysql_connect php will clo

Re: [PHP-DB] Proper procedure to close mysql queries!

2006-03-21 Thread JeRRy
Hi Chris, Thanks for that, always wondered. So what does just using '?>' do than? Must close eventually but I am guessing by using that as a close the connection times out after a set period of time and the 'pid' is killed, correct? J ---chris said--- m

Re: [PHP-DB] Proper procedure to close mysql queries!

2006-03-21 Thread Chris
JeRRy wrote: Hi, Just need some mailing list input here, what is the proper way to close a mysql query using PHP. - What is the proper way to close a php query to mysql if one query is in the file? - What is the proper way to close a php query to mysql if 2 or more queries is in t

[PHP-DB] Proper procedure to close mysql queries!

2006-03-21 Thread JeRRy
Hi, Just need some mailing list input here, what is the proper way to close a mysql query using PHP. - What is the proper way to close a php query to mysql if one query is in the file? - What is the proper way to close a php query to mysql if 2 or more queries is in the file and wh