Hi all, I was wondering, if anyone can help me with running system commands from within php. Actually I have a script which deletes users from my database (which is of course MySQL), now I want to delete those users from system level also, as they are authenticated users of my OS also.
Now, the problem is, that I'm running my MySQL server and web server on different machines. I can do whatever on remote DB server but how to run a system command on another machine. I know, it's possible to run system commands on local server by system(), but what about remote server? Any help will be highly appreciated. Thanx in advance Nitin