Re: [PHP] In a shared environment...

2002-09-19 Thread Leonid Mamtchenkov
e is no problem with this. On the other hand, if you do web development, then you do not usually write to files. You use database. If there is something you absolutely HAVE to write to file, then you can use /tmp directory for that purposes. -- Best regards, Leonid Mamtchenkov, RHCE Sys

Re: [PHP] Auto-increment value

2002-09-18 Thread Leonid Mamtchenkov
"; > echo "oid : " .pg_last_oid($result); > } > > -- snip snip -- -- Best regards, Leonid Mamtchenkov, RHCE System Administrator Francoudi & Stephanou Ltd. BOFH: somebody was calculating pi on the server -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Auto-increment value

2002-09-18 Thread Leonid Mamtchenkov
Marek Kilimajer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 7:41 PM > To: PHP > Subject: Re: [PHP] Auto-increment value > > MySQL has |LAST_INSERT_ID() function, try it ("SELECT ||LAST_INSERT_ID()")| -- Best regards, Leonid Mamtchenkov, RHCE System

Re: [PHP] Mail system with folders?

2002-09-11 Thread Leonid Mamtchenkov
ch can be accessed via IMAP. You can find lots of examples at http://www.freshmeat.net or any other software repository. Do not reinvent the wheel. ;) -- Best regards, Leonid Mamtchenkov, RHCE System Administrator Francoudi & Stephanou Ltd. -- PHP General Mailing List (http://www.

Re: [PHP] Load / Stress Testing

2002-09-09 Thread Leonid Mamtchenkov
cript, but Im not after DH> reinventing the wheel. There is a benchmarking utlity that comes with apache, called ab. HTH. -- Best regards, Leonid Mamtchenkov, RHCE System Administrator Francoudi & Stephanou Ltd. BOFH excuse #159: Stubborn processes -- PHP General Mailin