Re: [PHP-DB] should each php-script clean up it's mysql connections

2003-07-03 Thread Becoming Digital
EBBWTYUU - Original Message - From: "anders thoresson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, 02 July, 2003 12:30 Subject: [PHP-DB] should each php-script clean up it's mysql connections Hi, I just noticed something I haven't done

[PHP-DB] should each php-script clean up it's mysql connections

2003-07-02 Thread anders thoresson
Hi, I just noticed something I haven't done before. I was writing this piece of code: $articlequery = "SELECT somestuff FROM sometable"; $result = mysql_query($query); $row = mysql_fetch_row($result); But I didn't get the result I expected. Finally, I noticed that my new querystring was $articl