Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know if it possible to determine a users screen resolution when they click on my site..i want to keep a record of this info in a file..i know it is possible using vb eg..
<SCRIPT LANGUAGE=VBScript>
<!--
ScreenHeight=window.screen.height
ScreenWidth=window.screen.width
-->
</SCRIPT>
how can i do this same thing in php and return the results to a varible? Can i?
<SCRIPT LANGUAGE=VBScript>
<!--
ScreenHeight=window.screen.height
ScreenWidth=window.screen.width
-->
</SCRIPT>
how can i do this same thing in php and return the results to a varible? Can i?