Malka Cymbalista wrote:
I have a script that works from the command line but does not work when I run it from the web.
Good, you've narrowed it down then. These are the most common sources of problems that happen only when run from a web server:
- Differences in %ENV - Running as a different user, with different permissions - Different current working directory Check those, and you'll find the problem. - Perrin