How would you run a shell script from a php web site running on linux. so that i could back up my database and tar it, then gz it?
i can do everything apart from start it running from php.
Any ideas?
www.php.net/system www.php.net/exec
or use backticks
backticks