i want to add new Linux user in my system
exec ("useradd ........");
is not working . there is no error . but user is not getting added. Am i using the command in wrong way. is ther any alternative.
while executing this i am loged in as root user. Should i give any special privellage. how can i do the same in php .
Also IMAP_OPEN () CALL IS ALSO NOT WORKING . Getting the error couldnot open stream .. can anyone help !!!!