RE: [PHP] Screen Resolutions

2001-04-17 Thread Michael Geier

PHP is server side, so it has no mthodology for detecting client side
information.

Try javascript.

-Original Message-
From: Stuart Rees [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 4:05 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Screen Resolutions


Could anyone tell me if there is a easy way of detecting screen resolutions
in php,

Thanks.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Screen Resolutions

2001-04-17 Thread Martín Marqués

On Mi 18 Abr 2001 00:15, Michael Geier wrote:
 PHP is server side, so it has no mthodology for detecting client side
 information.

This is half true. It is server side, but remember that the browser sends 
information about the client.
Of course, not the resolution! ;-)

 Try javascript.

This is a very good idea!

Saludos... :-)

-- 
El mejor sistema operativo es aquel que te da de comer.
Cuida tu dieta.
-
Martin Marques  |[EMAIL PROTECTED]
Programador, Administrador  |   Centro de Telematica
   Universidad Nacional
del Litoral
-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Screen Resolutions

2001-04-17 Thread phpman

script language=javascript type="TEXT/JAVASCRIPT"
!--
widthvar = screen.width
heightvar = screen.height
// --
/script

or something like that


"Martín Marqués" [EMAIL PROTECTED] wrote in message
01041718172501.16385@bugs">news:01041718172501.16385@bugs...
 On Mié 18 Abr 2001 00:15, Michael Geier wrote:
  PHP is server side, so it has no mthodology for detecting client side
  information.

 This is half true. It is server side, but remember that the browser sends
 information about the client.
 Of course, not the resolution! ;-)

  Try javascript.

 This is a very good idea!

 Saludos... :-)

 --
 El mejor sistema operativo es aquel que te da de comer.
 Cuida tu dieta.
 -
 Martin Marques  |[EMAIL PROTECTED]
 Programador, Administrador  |   Centro de Telematica
Universidad Nacional
 del Litoral
 -

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]