Re: [PHP] how create system users with php

2005-02-02 Thread Richard Lynch
Umar Draz wrote: > i want a script that i can add system user through > php. For example i > have FreeBSD 5.3 for adding a user in freebsd i use > this command > > pw useradd username -g groupname -d /home/username -m > > now i want creating user through php what kind of > script will be > requir

[PHP] how create system users with php

2005-02-02 Thread Umar Draz
Hi dear members!! i want a script that i can add system user through php. For example i have FreeBSD 5.3 for adding a user in freebsd i use this command pw useradd username -g groupname -d /home/username -m now i want creating user through php what kind of script will be required thanks