[PHP] getting screen resolution

2004-10-29 Thread Louis O'Carroll
Hi, is there a function that gets the screen resolution of the user? you can also reply directly to me... [EMAIL PROTECTED] Thanks, Louis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] getting screen resolution

2004-10-29 Thread Larry E . Ullman
is there a function that gets the screen resolution of the user? you can also reply directly to me... [EMAIL PROTECTED] No, you cannot get the screen resolution using PHP. You must use JavaScript. Larry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] getting screen resolution

2004-10-29 Thread Matthew Sims
Hi, is there a function that gets the screen resolution of the user? you can also reply directly to me... [EMAIL PROTECTED] Thanks, Louis -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php Hey! Look what I found in the archives!

Re: [PHP] getting screen resolution

2004-10-29 Thread Jennifer Goodie
-- Original message -- From: Louis O'Carroll [EMAIL PROTECTED] Hi, is there a function that gets the screen resolution of the user? you can also reply directly to me... [EMAIL PROTECTED] Thanks, Louis Search the archives before posting. This was discussed

[PHP] Getting screen resolution and color depth

2001-09-16 Thread Salty Marine
Greetings to You: How do I get the user's screen resolution and color depth? Here's how it is done in Javascript. I want to do it and put the results into a PHP varibal. Scriptdocument.write(screen.width + x + screen.height)/script Scriptdocument.write(screen.colorDepth + bit)/script

RE: [PHP] Getting screen resolution and color depth

2001-09-16 Thread Matthew Loff
PROTECTED] Subject: [PHP] Getting screen resolution and color depth Greetings to You: How do I get the user's screen resolution and color depth? Here's how it is done in Javascript. I want to do it and put the results into a PHP varibal. Scriptdocument.write(screen.width + x + screen.height

RE: [PHP] Getting screen resolution and color depth

2001-09-16 Thread Seb Frost
But you could then re-submit the page with this data somehow, couldn't you? - seb -Original Message- From: Matthew Loff [mailto:[EMAIL PROTECTED]] Sent: 16 September 2001 21:04 To: 'Salty Marine'; [EMAIL PROTECTED] Subject: RE: [PHP] Getting screen resolution and color depth Can't

RE: [PHP] Getting screen resolution and color depth

2001-09-16 Thread Matthew Loff
+ 'color_depth=' + screen.colorDepth -Original Message- From: Seb Frost [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 16, 2001 4:13 PM To: Matthew Loff; 'Salty Marine'; [EMAIL PROTECTED] Subject: RE: [PHP] Getting screen resolution and color depth But you could then re-submit the page