Hi!
I collect information about users visiting my web-site with JavaScript+PHP, but I'd like to use PHP only.
Are there any equivalents in PHP of the following JS-functions:
1. Screen.width, Screen.height;
2. Screen.colordepth;
3. Document.referer;
4. Document.url.
Thanx in advance for any help!
I collect information about users visiting my web-site with JavaScript+PHP, but I'd like to use PHP only.
Are there any equivalents in PHP of the following JS-functions:
1. Screen.width, Screen.height;
2. Screen.colordepth;
3. Document.referer;
4. Document.url.
Thanx in advance for any help!