Hi all,
I'm new to php, but have been unable to resolve this issue by looking through the archives.
I want to run run cvs from a webpage and retrive the output for processing. I am trying:
echo passthru('c:\cvs\cvs.exe -q log -R >myout.txt');
This code works from the prompt (php -f test.php) but when run thru the web it creates only a zero length file.
Any assistance would be appreciated.
Thanks
Peter