Hi, I dont think there are PHP functions to do this, but how can I use PHP to find out if the visitor has javascript enabled, the browser type, window height and width?
in php you can use the get_browser() function to determine, among other things, if javascript is enabled, and browser type.
as for screen width, height - use javascript:
screen.width and screen.height