[PHP] Missing Array Key with apache_request_headers()

2004-01-14 Thread Philip Pawley
-- As you can see, in both cases, all the request headers shown by the Proxomitron are also in the array - with the exception, for IE6, of the "If-None-Match" header. Thanks in advance for your responses, Philip Pawley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Migrating from SSI and Perl

2003-12-30 Thread Philip Pawley
uld I do instead? 3. If yes, how can I access it from the perl script? (Yes, I know the last question is a perl question, so I'll be happy to just get an answer to the first two). Thanks, Philip Pawley -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Migrating from SSI and Perl

2003-12-29 Thread Philip Pawley
arr[6]; The echo commands get me back the script's output, but am I passing $BRPHP to the perl script this way? (If the answer is "yes" then I can ask the folks at perl.org how to pick it up in the perl script). Thanks, Philip Pawley At 26/12/03 12:29 -0500, you wrote: >Check ou

RE: [PHP] Migrating from SSI and Perl

2003-12-26 Thread Philip Pawley
Hi Radek, I tried to do something with this and failed dismally. Is it possible for you to give me a really basic working example of what you suggest? Thanks, Philip Pawley At 26/12/03 12:29 -0500, you wrote: >Check out shell_exec() and its siblings. I'd likely use it like so

[PHP] Migrating from SSI and Perl

2003-12-26 Thread Philip Pawley
I am new to php. My site, at the moment, uses SSI to call a Perl browser-sniffing script. I would like to: 1. use php to call the Perl script. 2. then save the values the Perl script outputs as php variables. Can this be done? If so, how? Thanks, Philip Pawley -- PHP General Mailing List