get user's resolution with PHP
i learned something new today about PHP. it’s the $GLOBAL vars that can be seen by all included php files. of course most of the webhosts have register_globals = On so you don’t have to worry about it from the beginning. this articles explains why it’s better. but that’s only a side track. I spent… Continue reading get user's resolution with PHP