RE: [PHP] Question

2001-01-12 Thread Bryne Jørg Vidar
Guess you can run `du -s /one/folder` which outputs disk usage summary for that folder. (Not on Win) -J -Original Message- From: Cynic [mailto:[EMAIL PROTECTED]] Sent: 12. januar 2001 12:19 To: Gareth Davies; PHP List Subject: Re: [PHP] Question you'll have to compute the sum of filesi

RE: [PHP] Session File not being deleted

2001-01-12 Thread Bryne Jørg Vidar
What about the sesion.gc_probability? In the .ini file: session.gc_probability= 1 ; percentual probability that the ; 'garbage collection' process is started ; on every session initialization If you have very few us

RE: [PHP] PHP newbie question

2001-01-11 Thread Bryne Jørg Vidar
http://www.php.net/manual/language.expressions.php One last thing worth mentioning is the truth value of expressions. In many events, mainly in conditional execution and loops, you're not interested in the specific value of the expression, but only care about whether it means TRUE or FALSE (PHP

RE: [PHP] PHP makes sexy!

2001-01-11 Thread Bryne Jørg Vidar
If you set it up so that every incoming mail to your domain ends up in one account, use the imap-functions ( compile them into php if not already done ) to open a stream and fetch the data. The "TO" header should be in there somewhere and contain the original data. Could be run from cron at a re