Hi all,
I've written several apps that print strings in c++. I have been calling these binaries with <!EXEC_CMD "myapp">.
For example, one of my little c applications just puts a nicely formatted date and time on a web page when I call it with exec_cmd from a .shtml page...
My question is, how may I call this function from PHP3? How can I use the string that is returned from the function?