Can anyone tell me how to write a PHP script to update this shell command?
/usr/local/psa/bin/domain.sh -u domain.com -passwd password
I am trying to update FTP passwords using a PHP script, in place of logging into Plesk everyday to change an FTP password. I have a web based tool that holds all my customers FTP info (UN, PW, etc...). I want to update my tool, then have it update the Plesk FTP password automatically using a PHP script with a shell command.