Re: [PHP] Quota function

2002-11-30 Thread Michael Sims
On Sat, 30 Nov 2002 23:36:20 +0800, you wrote: >There is a php code from Internet, it is enable Quota function with wu-imap >server, but I can't run it into my server ( Linux Redhat system ) like There is a mailing list that is specifically for Imp. You'd have better luck getting answers if you

Re: [PHP] Quota function

2002-11-30 Thread EdwardSPL
Jason Wong wrote: > On Saturday 30 November 2002 21:47, [EMAIL PROTECTED] wrote: > > Dear all, > > > > How to write a Quota function with php code ? > > Require : different Server machine, userid and password also > > > > Mine is Linux Redhat system... > > if ($current > $quota) { echo "Quota e

Re: [PHP] Quota function

2002-11-30 Thread Jason Wong
On Saturday 30 November 2002 21:47, [EMAIL PROTECTED] wrote: > Dear all, > > How to write a Quota function with php code ? > Require : different Server machine, userid and password also > > Mine is Linux Redhat system... if ($current > $quota) { echo "Quota exceeded"; } IOW please elaborate on

[PHP] Quota function

2002-11-30 Thread EdwardSPL
Dear all, How to write a Quota function with php code ? Require : different Server machine, userid and password also Mine is Linux Redhat system... Thank for your help ! Edward. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php