I'm trying to use PHP's exec() function to run a program on my server (specifically, it's a program that converts .doc files--which can be uploaded--into HTML files). However, no matter how I try to do this, it never works.
I've tried exec(), system(), passthru(), even process creation with...