![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archivegetting arguments from a shellscript into $_REQUEST when faking call from a web server
From: Geoff Winkless <usenet-at-geoff-dot-dj@[127.0.0.1>
Date: Fri Jul 15 2005 - 15:44:15 CEST
Hi
My knowledge of php is regrettably poor but I need to call a third-party
$ export QUERY_STRING='test=1&wibble=2';export REQUEST_METHOD=GET;php -n
What do I need to set in order for the _REQUEST variable to be populated
Thanks!
Geoff
|