|
Posted by Geoff Berrow on 03/03/07 10:29
Message-ID: <pKSdnSIk36mSeXXYnZ2dnUVZ_trinZ2d@comcast.com> from Jerry
Stuckle contained the following:
>It's available on my (Debian) Linux system with Apache 2.0.sumthun.
Yeah, it was available on my webhost but not when I checked on my local
setup. Bit busy yesterday, couldn't remember where I'd tested it.
Incidentally, for the OP. To check what $_SERVER variables /are/
available do this:
foreach($_SERVER as $key=>$value){
echo"Key is: $key Value is:$value<br>";
}
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|