This is kind of a weird problem...
My PHP script is calling a script (using backticks) which is local on the webservers filesystem. This script (called my_script) in turn calls a few other scripts (some are bash scripts others are perl scripts.)
If I run the script my_script manually from a terminal window as the user apache it works fine, but when i call it in my PHP script it fails to run (it gets about half way through)
Please help!! Do you have any idea why this is happening????
Thanks!!