[PHP] Postgres question

2002-03-30 Thread Robert Abbate
Greetings to all! I have a webhosting company, and I'm trying to be able to use PHP to calculate each of my hosting customer's Postgres database disk usage. It doesn't seem as easy as MySQL (since MySQL uses the user name to store all their database files). Does anyone know how I can calculate P

[PHP] MySQL persistent links

2002-04-08 Thread Robert Abbate
Hi. I'm trying to disable persistent database connections to MySQL, and I disabled the php.ini file settings, but for some reason, they can still connect with persistent connections. I changed the following settings in php.ini: [MySQL] mysql.allow_persistent = Off ; allow or prevent persistent l

[PHP] Re: MySQL persistent links

2002-04-09 Thread Robert Abbate
t;>> www.AceHoster.com <<<< Quality web hosting > > > "Robert Abbate" <[EMAIL PROTECTED]> ÓÏÏÂÝÉÌ/ÓÏÏÂÝÉÌÁ × ÎÏ×ÏÓÔÑÈ ÓÌÅÄÕÀÝÅÅ: > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi. I'm trying to disable persistent database connections to MySQ

[PHP] includes

2002-04-09 Thread Robert Abbate
I have a directory with php files that I incorporate into my website as libraries via a php_include() call, I would like the path to include my library directory so I can include the library files from any directory. There is no way to overload php's include path on a user by user basis? Thanks