RE: [PHP] Screen resolution in php

2005-03-15 Thread Jay Blanchard
[snip] How can i get the screen resolutin in php. I've read that i can't this. With java i can do this. document.write("Your Screen Resolution Is : "); document.write(screen.width + " x " + screen.height); My question is how can pass the screen resolution from java to a variable? It is a better

Re: [PHP] Screen resolution in php

2005-03-15 Thread John Nichel
[EMAIL PROTECTED] wrote: Hi, How can i get the screen resolutin in php. I've read that i can't this. With java i can do this. document.write("Your Screen Resolution Is : "); document.write(screen.width + " x " + screen.height); My question is how can pass the screen resolution from java to a vari

Re: [PHP] Screen Resolution in PHP?

2001-09-24 Thread Alexander Skwar
So sprach »Jay Paulson« am 2001-09-24 um 10:50:02 -0500 : > Is there a way to get the client's screen resolution in php? no, because, as you say, it's the client's screen resolution and PHP runs on the server. Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to

Re: [PHP] Screen Resolution in PHP?

2001-09-24 Thread Jay Paulson
ACK! Just saw a post that answered this question. Sorry bout this post should have checked with archives first. - Original Message - From: "Jay Paulson" <[EMAIL PROTECTED]> To: "php list" <[EMAIL PROTECTED]> Sent: Monday, September 24, 2001 10:50 AM Subject: [PHP] Screen Resolution in PHP

Re: [PHP] Screen Resolution in PHP?

2001-09-24 Thread Ashley M. Kirchner
Jay Paulson wrote: > Is there a way to get the client's screen resolution in php? No. Use JavaScript. -- W | I haven't lost my mind; it's backed up on tape somewhere. + Ashley M. Kirchner .