jquery - How to get page height using php? -


i need code page height using php,please me.

thanks

php server side scripting language , browser page client-side resource. mixing 2 different things. there no direct way page height or width using php. however, if can use javascript set cookie page height , read same cookie php, might achieve looking for.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -