Jan 24, 2003 #1 4x4uk Technical User Apr 30, 2002 381 GB Anyone know how to get user info on screen width and height from PHP if it is possible at all?
Jan 24, 2003 #2 sleipnir214 Programmer May 6, 2002 15,350 US Since PHP is a server-side scripting language, you can't get the browser's screen size from PHP. It is possible to have JavaScript populate a form field or two, and submit that data to PHP. Want the best answers? Ask the best questions: http://www.tuxedo.org/~esr/faqs/smart-questions.htmlTANSTAAFL! Upvote 0 Downvote
Since PHP is a server-side scripting language, you can't get the browser's screen size from PHP. It is possible to have JavaScript populate a form field or two, and submit that data to PHP. Want the best answers? Ask the best questions: http://www.tuxedo.org/~esr/faqs/smart-questions.htmlTANSTAAFL!
Jan 24, 2003 Thread starter #3 4x4uk Technical User Apr 30, 2002 381 GB Thats what I thought, thought I would ask just in case Thanx Ian Upvote 0 Downvote