[PHP] Help reg. create user and allocate space

2002-07-28 Thread umesh
Hi Gurus,

I am using PHP-4.1.1, postgresql on Linux.

I want the following functionality, I dont know how to implement it.

Each time a new user registeres, I want to create mail account by the name
he specifies and allocate him some space of the server, say 2mb.

How this is incorporated ?

Please help.

Thanking you all in anticipation.


Regards

Umesh.
*
Umesh A. Deshmukh.
Manas Solutions Pvt. Ltd.
[EMAIL PROTECTED]
http://www.manas-solutions.com
Ph. : 91+020+4006358,4223991/92
*


Re: [PHP] Help reg. create user and allocate space

2002-07-28 Thread Tech Support
Are you asking us how to write an entire online community program???

Jim Grill
Support
Web-1 Hosting
http://www.web-1hosting.net
- Original Message -
From: "umesh" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 28, 2002 6:40 AM
Subject: [PHP] Help reg. create user and allocate space


 Hi Gurus,

 I am using PHP-4.1.1, postgresql on Linux.

 I want the following functionality, I dont know how to implement it.

 Each time a new user registeres, I want to create mail account by the name
 he specifies and allocate him some space of the server, say 2mb.

 How this is incorporated ?

 Please help.

 Thanking you all in anticipation.


 Regards

 Umesh.
 *
 Umesh A. Deshmukh.
 Manas Solutions Pvt. Ltd.
 [EMAIL PROTECTED]
 http://www.manas-solutions.com
 Ph. : 91+020+4006358,4223991/92
 *




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Help reg. create user and allocate space

2002-07-28 Thread Jason Wong
On Sunday 28 July 2002 19:40, umesh wrote:
 Hi Gurus,

 I am using PHP-4.1.1, postgresql on Linux.

 I want the following functionality, I dont know how to implement it.

 Each time a new user registeres, I want to create mail account by the name
 he specifies and allocate him some space of the server, say 2mb.

 How this is incorporated ?

  Manual - Program Execution functions

These functions would allow PHP to call any system command or program. How you 
actually create the mail account and set quotas has nothing at all to do with 
PHP.

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
Radial Telemetry Infiltration
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php