On Friday 15 November 2002 04:05, Mike D wrote: > Is it possible to pass STDIN data to a php script via wget or lynx
Not directly. If you're calling a php script via wget then the only way to send info to it would be using something like POST, or by putting the info into the URL. > (cuz Apache is not installed in CGI mode, so I don't have a binary to > call)?? Nothing to do with Apache. You just need to compile PHP in CGI (or the new CLI) mode: ./configure --enable-cli ... -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * /* There's no point in being grown up if you can't be childish sometimes. -- Dr. Who */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php