Re: [PHP] Parsing commands to a program

2002-02-02 Thread Jason Cox
Saturday, February 02, 2002 5:54 AM Subject: Re: [PHP] Parsing commands to a program > Nope, can't get that to work. > Any more suggestions? > > - Original Message - > From: "val petruchek" <[EMAIL PROTECTED]> > To: "PHP" <[EMAIL PROTECT

Re: [PHP] Parsing commands to a program

2002-02-02 Thread Liam MacKenzie
Nope, can't get that to work. Any more suggestions? - Original Message - From: "val petruchek" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Sent: Saturday, February 02, 2002 8:58 PM Subject: Re: [PHP] Parsing commands to a program > >

Re: [PHP] Parsing commands to a program

2002-02-02 Thread val petruchek
> Hello, > > I was wondering, how would I pass commands to a program and print the > results on my screen? > For instance, to add an FTP user the command would be: > "pure-pw useradd joeblow -u ftpuser -d /home/joeblow" > How would I make a php script do that and display it's output when it's > do

[PHP] Parsing commands to a program

2002-02-02 Thread Liam MacKenzie
Hello, I was wondering, how would I pass commands to a program and print the results on my screen? For instance, to add an FTP user the command would be: "pure-pw useradd joeblow -u ftpuser -d /home/joeblow" How would I make a php script do that and display it's output when it's done? Thanks, Li