Getting to know ' IP address of a visitor, with
Here is the statement that returns the IP of the visitor:
visitor IP address echo "visitor IP: $ REMOTE_ADDR"
type of browser the visitor
echo "type of Browser: $ HTTP_USER_AGENT";
Refer, by which website visitors come
echo "comes from: $ HTTP_REFERER";
browser language
echo "browser language: $ HTTP_ACCEPT_LANGUAGE;
Host User (what you connect with)
echo "host: $ REMOTE_HOST"
0 comments:
Post a Comment