Forum Moderators: coopster
If so, do you prefer one posting for all the scripts or individually posted?
---
2) Needing to know if it is possible to incorporate the following "variables" into PHP scripts or are they only usuable with Perl?
HTTP_X_FORWARDED_FOR
HTTP_VIA
HTTP_ACCEPT_LANGUAGE
Am I needing to use on of these to make them work:
%{ENV:variable}
%{HTTP:header}
---
Thanks!
$_SERVER['HTTP_ACCEPT_LANGUAGE']
More information in the PHP manual:
[php.net...]