Screen resolution in php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

How can i get the screen resolutin in php. I've read that i can't this.
With java i can do this.
<SCRIPT LANGUAGE="JavaScript">
document.write("Your Screen Resolution Is : ");
document.write(screen.width + " x " + screen.height);
</script>

My question is how can pass the screen resolution from java to a variable? It is a better way?

Any help would be appreciated!
Thanks 

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux