I have a problem with my php script and mediainfo. I run xampp, i set the permission of my working folder to 777,but if i try to use:
exec("mediainfo /path/of/the/file/video.avi > /path/of/the/output/report.txt")
or
exec("mediainfo --logfile=path /path/of/the/file/video.avi")
it doesn't work. the same command in the terminal works fine. Any advice?
Regards