Re: [PHP] Asking for input from shell?

2001-04-09 Thread enthalpy
e: $fp = fopen("php://stdin", "r"); echo fgets($fp, 64); fclose($fp); - Original Message - From: "enthalpy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 1:10 PM Subject: [PHP] Asking for input from shell? anyone have sample

Re: [PHP] Asking for input from shell?

2001-04-09 Thread Knut H. Hassel Nielsen
, 9 Apr 2001, Jason Brooke wrote: $fp = fopen("php://stdin", "r"); echo fgets($fp, 64); fclose($fp); - Original Message - From: "enthalpy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 1:10 PM Subject: [PHP] Asking for input

[PHP] Asking for input from shell?

2001-04-08 Thread enthalpy
anyone have sample code of how you can have a php script (cgi) ask for input from the shell? -CoreComm-Internet-Services---http://core.com- (Jon Marshall CoreComm Services Chicago) ([EMAIL PROTECTED] Systems Engineer II) ([EMAIL PROTECTED]

Re: [PHP] Asking for input from shell?

2001-04-08 Thread Jason Brooke
$fp = fopen("php://stdin", "r"); echo fgets($fp, 64); fclose($fp); - Original Message - From: "enthalpy" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 1:10 PM Subject: [PHP] Asking for input from shell? anyone have sample

Re: [PHP] Asking for input from shell?

2001-04-08 Thread enthalpy
OTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 09, 2001 1:10 PM Subject: [PHP] Asking for input from shell? anyone have sample code of how you can have a php script (cgi) ask for input from the shell? -CoreComm-Internet-Services---http://core.com- (Jon Marshall