Does anybody know how to successfully execute an application from a php script ?
I've tried using exec() and system() but it doesn't execute. The application is analog version 5.32 (web server log file analyser software).
Depends if your provider allows this function. Most dont because it can be used to do some realy nasty things.
I believe most ISP's set php into safe mode which i think disables these commands.
Hope this helps
Mark.