Archive for August 8th, 2004
get user’s resolution with PHP
August 8th, 2004
Filed under:
at 01:48am
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 most of the last two hours playing with this script. fixed a bug and added a functionality. read more about it and learn how to use my user resolution PHP script here. i did that because i needed it when i was hacking DMB to add “You must follow forum rules” for the quick reply ^_^

