Re: [PHP-DOC] persistent connections/mysql

2001-12-04 Thread Gabor Hojtsy
Replying to the orinial letter, as this is the most clean to start with :)) > 1. I had a look on the Chapter Features/Persistent Database >connections. There should be explicitly stated, when persistent >connections are closed or ending: webserver or/and database >server shutdown. I t

Re: [PHP-DOC] persistent connections/mysql (mysql examples)

2001-12-03 Thread Friedhelm Betz
Hi Philip, > Let me know if this sounds fine and don't > hesitate to be picky. echoing the fetched results, not sure the best way > to present that. > $conn = mysql_connect($host, $user, $pass); > mysql_select_db($database); adding some error handling to this statements and it looks good t

Re: [PHP-DOC] persistent connections/mysql

2001-12-03 Thread Friedhelm Betz
Hi Egon, >> 1. I had a look on the Chapter Features/Persistent Database >>connections. There should be explicitly stated, when persistent >>connections are closed or ending: webserver or/and database >>server shutdown. I think, this point is not clear enough. > Persistent connections

Re: [PHP-DOC] persistent connections/mysql

2001-12-03 Thread Egon Schmid
From: "Derick Rethans" <[EMAIL PROTECTED]> > On Mon, 3 Dec 2001, Egon Schmid wrote: > > > > Examples: > > > 1. mysql_db_query() is used by some code-examples. This is not > > >conform with the note at mysql_db_query. > > > > ??? > > mysql_db_query is a depreciated function, and should thefore

Re: [PHP-DOC] persistent connections/mysql (mysql examples)

2001-12-03 Thread Philip Olson
Hi, The other day I went through mysql.xml to edit out mysql_db_query then it turned into modifying every example to be somewhat similar. Wasn't sure to commit so did nothing :) Let me know if this sounds fine and don't hesitate to be picky. echoing the fetched results, not sure the best way t

Re: [PHP-DOC] persistent connections/mysql

2001-12-02 Thread Derick Rethans
On Mon, 3 Dec 2001, Egon Schmid wrote: > > Examples: > > 1. mysql_db_query() is used by some code-examples. This is not > >conform with the note at mysql_db_query. > > ??? mysql_db_query is a depreciated function, and should thefore IMO not used in examples in the manual. Derick

Re: [PHP-DOC] persistent connections/mysql

2001-12-02 Thread Egon Schmid
From: "Friedhelm Betz" <[EMAIL PROTECTED]> > while working on the update of the de-translation of mysql a few > thoughts come to my mind: > > 1. I had a look on the Chapter Features/Persistent Database >connections. There should be explicitly stated, when persistent >connections are close

[PHP-DOC] persistent connections/mysql

2001-12-02 Thread Friedhelm Betz
Hi, while working on the update of the de-translation of mysql a few thoughts come to my mind: 1. I had a look on the Chapter Features/Persistent Database connections. There should be explicitly stated, when persistent connections are closed or ending: webserver or/and database server sh