Greetings all,
I have a command line utility, which generates its output on command line as XML.
What is the best way to call this exe in cgi-bin and parse its result from php?
I was reading about it and found a way like:
$result=echo exec('myexe 2&>1')
but its not working for me.
Thanks
sdnai