Hi,
In order to set up a secured billing system, I have to call from my php script a C program and make it returns a string.
In other words, my php script launches a C program passing it a string as its unique argument, the C program processes the string, and must returns it to the php script for further processing.
I don't konw how to do that, does anybody know where I should start from ? which parts of the php manual deal with this topic ?
Any code example to help me ?
Thanks for your help, folks :-)
bgiraud@net-up.com