ok is there a way to add users on a linux system through php or could it be done with cgi or something like that?
I believe it could be done via the exec() function.
You can run straight linux commands inside exec.
I remeber trying to run some system command like chmod through PHP script, it fails. Unless your apache runs with root authority, it is probably not going to work
i just need the code and ya my apache runs a root and were could i find this code>?