Is there PHP code do get the user's current browser window width? if so, do you know what it is
Jacob Kid Mania Creator New Member Messages 341 Reaction score 0 Points 0 Dec 30, 2007 #1 Is there PHP code do get the user's current browser window width? if so, do you know what it is
Penguin129 New Member Messages 68 Reaction score 0 Points 0 Dec 30, 2007 #2 Well php is parsed by the server, not the user's browser, therefore there is no way for a php code to get the user's browser's width; however, you can do it via javascript.
Well php is parsed by the server, not the user's browser, therefore there is no way for a php code to get the user's browser's width; however, you can do it via javascript.