RE: [PHP] display settings

2003-12-09 Thread Pablo Gosse
Hartley, Matt wrote:
 I am sort of new at this, I am wondering if it is possible to find
 the display settings of the user I know that 
 
 ?php echo $_SERVER[HTTP_USER_AGENT]; ?
 
 will give you
 
 Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
 
 is there one that will recover the display settings of the user?
 
 Matt

Hi Matt.  I'm not sure if this will do what you want or not, but it's
worth a look.  It's provides a plethora of browser info.

http://phpsniff.sourceforge.net/

Cheers,
Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] display settings

2003-12-09 Thread Tyler Lane
Not via PHP. You will need javascript to accomplish this.

On Tue, 2003-12-09 at 10:57, Hartley, Matt wrote:
 I am sort of new at this, I am wondering if it is possible to find the
 display settings of the user
 I know that 
 
 ?php echo $_SERVER[HTTP_USER_AGENT]; ?
  
 will give you
 
 Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
 
 is there one that will recover the display settings of the user?
 
 Matt
-- 
Tyler Lane [EMAIL PROTECTED]
Lyrical Communications

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] display settings

2003-12-09 Thread Sam Masiello

Since PHP is a server side language, you cannot get information like the
users display settings.  If you want this information, you will need to
use a client side language like Javascript or VBScript.

--Sam




Hartley, Matt wrote:
 I am sort of new at this, I am wondering if it is possible to find
 the display settings of the user I know that 
 
 ?php echo $_SERVER[HTTP_USER_AGENT]; ?
 
 will give you
 
 Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
 
 is there one that will recover the display settings of the user?
 
 Matt

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php