Re: [PHP] Send commands to a shell program

2003-01-31 Thread Marek Kilimajer
popen might help you, but if you want to control programs from a browser, you will encounter one problem - once your script is finished, your program is closed too. Antti wrote: I want to for example give commands to mpg321 when it is executed with the -R option (remote control mode). Is this

[PHP] Send commands to a shell program

2003-01-30 Thread Antti
I want to for example give commands to mpg321 when it is executed with the -R option (remote control mode). Is this possible with exec() or other execute php functions. What I mean is to execute commands while being in a shell program. Hope you got it! antti -- PHP General Mailing List (http: