Page 1 of 1

Need help on c++ compiled proces handling with php

Posted: Thu Feb 23, 2006 3:02 pm
by cumars
Can anyone help me out - I need to path values to a c++ programm and then read the result (like on windows batch files - reads from console output). I am using Apache, php5, and all that on WinXP - if it is important.

So my question: is it possible?
I have tryed to manage it with popen and proc_open functions, but without any success :roll: .

And if it would not be very hard - could anybody show an example code in here?

Many thanks in advance.

Posted: Thu Feb 23, 2006 3:13 pm
by josh

Posted: Thu Feb 23, 2006 5:09 pm
by cumars
THX - I will try it out