Posted by fAnSKyer on 10/18/06 17:14
I am using
system('GPA.exe ' . $filename);
to run a program GPA.exe
this program do the following things.
../GPA.exe filename.txt
and will generate another file
HOWEVER, the problem is, there is no new file generated and I doesn't
get an exception.
I don't know why. Can somebody give me a clue?
Sorry for posting such silly questions, I am really new to PHP.
Thanks a lot
[Back to original message]
|