[PHP] CLI through PHP

2002-03-14 Thread Liam
14/03/2002 10:51:10 PM Hi, I was wondering how I'd go about manipulating some command line software through PHP.  For instance, I have an FTP program installed that allows you to add users through the command line, but it's in this format:

RE: [PHP] CLI through PHP

2002-03-14 Thread Rick Emery
? -Original Message- From: Liam [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 4:51 PM To: [EMAIL PROTECTED] Subject: [PHP] CLI through PHP 14/03/2002 10:51:10 PM Hi, I was wondering how I'd go about manipulating some command line software through PHP.  For instance, I have

Re: [PHP] CLI through PHP

2002-03-14 Thread scott furt
Pipes. I've only had to do it with perl, so i have no idea what the syntax or function calls are with PHP, but i'm almost positive that PHP supports reading/writing to/from pipes. Liam wrote: 14/03/2002 10:51:10 PM Hi, I was wondering how I'd go about manipulating some command line

Re: [PHP] CLI through PHP

2002-03-14 Thread andy thomas
On Thu, 14 Mar 2002, Liam wrote: 14/03/2002 10:51:10 PM Hi, I was wondering how I'd go about manipulating some command line software through PHP. For instance, I have an FTP program installed that allows you to add users through the command line, but it's in this format: