Re: [PHP] exec() and passthru()

2003-06-19 Thread Alberto Ferrer
not is more easy use system ? $output = system('/path/to/a.out'); -- -- Alberto Ferrer [EMAIL PROTECTED] http://www.barrahome.org -- Syntax Error in KITCHEN.H: COFFEE not found. "Jason Wong" <

Re: [PHP] exec() and passthru()

2003-06-19 Thread Jason Wong
On Friday 20 June 2003 01:56, Mignon Hunter wrote: > I'm only subscribed to digest and found your reply in archives and > couldnt figure out how to reply :{ > > Anyway, right now I'm just trying to get something to work. The c exe > is as follows: > ** > #include > #

[PHP] exec() and passthru()

2003-06-19 Thread Mignon Hunter
Jason, I'm only subscribed to digest and found your reply in archives and couldnt figure out how to reply :{ Anyway, right now I'm just trying to get something to work. The c exe is as follows: ** #include #define NAME "Mignon" int main(void) { int q; q = 5;