My php pages are on Server1 and my images are on Server2 on same network (the folder on server 2 is accessed as a mapped drive R: on server1).
When I execute 'identify //server2/folder/image.jpg' from command prompt, it works fine.
But when I run the same from PHP, it does nothing.
What could be wrong?
access issue
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: access issue
did you specify the full path to identify or convert, etc. also for textual output you may need to add 2>&1