Quote:
Originally Posted by Ene
Try the $HTTP_SERVER_VARS variable.
|
Thanks Ene, but it didn't work. I tried
print $HTTP_SERVER_VARS["REMOTE_ADDR"];
print $HTTP_SERVER_VARS["HTTP_REFERER"];
print $HTTP_SERVER_VARS["HTTP_USER_AGENT"];
print "hello again\n<br>";
and still got... "hello again"
Is X-cart doing something strange here?