Hi,
I have some unix executable file. When I pass some command line argument, it gives me text output. Is there any way in php through which I can call system command(i.e. exe of this file , get output in text format.
Regards,
have a look at exec(), pass_thru() and the related in the manual.