Re: Execute EXE with variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>
>  Use the system() command, and enclose both your command and its
> parameters in a pair of single quotes, as:
>
> system('mycmd -a alfa -b bravo');
>
> Paul
> --
> Paul M. Foster
>

Using both exec() and system() I am getting the error: Unable to fork

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux