![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: getting arguments from a shellscript into $_REQUEST when faking call from a web server
From: Jerry Stuckle <jstucklex@attglobal.net>
Date: Fri Jul 15 2005 - 18:26:15 CEST
Geoff Winkless wrote:
Geoff,
$_REQUEST is filled in by the web server interface. They do not come from the
If you want to write them to the environment, you can get them through the $_ENV
myprog test=1 wibble=2
The program will receive:
argc=2
-- ================== Remove the "x" from my email address Jerry Stuckle JDS Computer Training Corp. jstucklex@attglobal.net ==================Received on Mon Oct 17 21:08:04 2005 |