ANyone know a way I can pull an apache note with j-a-v-a-s-c-r-i-p-t or PHP other than apache_note() ???
This function has not been implemented in my version of php.
http://bugs.php.net/bug.php?id=17557
Or is there another way to effect somthing inside a page with RewriteEngine?
I dont want to redirect serfers 
IE.
RewriteEngine on
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CA$
RewriteRule ^(.*)$ 
http://www.canada.com [L]
I just want to return there country code to some sort of script that will change a value on a webpage.
HELP! 
