Re: [PHP] get a screen resolution

2001-07-06 Thread Nick Davies
I think you have to do it with javascript (being client side). But thats all i know. ;) On Fri, 6 Jul 2001, Marc van Duivenvoorde wrote: > I'm trying to make a small browser and screen resolution script for my > site, the browser part isn't a problem, but I can't find a function for > screen

RE: [PHP] get a screen resolution

2001-07-06 Thread Marc van Duivenvoorde
I know I can do it with javascript, but if possible I'd like to do it with php. Marc van Duivenvoorde At 02:12 PM 7/6/2001 +0300, you wrote: >JavaScript > > > -Original Message- > > From: Marc van Duivenvoorde [mailto:[EMAIL PROTECTED]] > > Sent: 6 iulie 2001 14:18 > > To: Php general li

Re: [PHP] get a screen resolution

2001-07-06 Thread Tom Carter
w HTH,Tom - Original Message - From: "Marc van Duivenvoorde" <[EMAIL PROTECTED]> To: "Php general lijst" <[EMAIL PROTECTED]> Sent: Friday, July 06, 2001 12:24 PM Subject: RE: [PHP] get a screen resolution > I know I can do it with javascript, but if poss

Re: [PHP] get a screen resolution

2001-07-06 Thread Justin Farnsworth
Marc van Duivenvoorde wrote: > > I know I can do it with javascript, but if possible I'd like to do it with php. - Then have PHP write out the necessary javascript. There is, obviously, no way for PHP, on the server side, to know what the screen resolution is of a client, until t

RE: [PHP] get a screen resolution

2001-07-06 Thread SED
2001 11:30 To: Marc van Duivenvoorde Cc: Php general lijst Subject: Re: [PHP] get a screen resolution Marc van Duivenvoorde wrote: > > I know I can do it with javascript, but if possible I'd like to do it > with php. - Then have PHP write out the necessary javascr