Re: [PHP] Window/Page/Browser/Screen width

2002-08-28 Thread Jason Wong
On Wednesday 28 August 2002 19:02, Rick Selby wrote: > I've seen similar questions in archives so sorry if I'm asking the same > thing again! What were the answers in the archive? -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design

Re: [PHP] Window/Page/Browser/Screen width

2002-08-28 Thread Rick Selby
Woah, sorry, somehow I missed that thread. Cheers. --- DL Neil <[EMAIL PROTECTED]> wrote: > Hi Rick > > Check out list archives for last week (and the week before...) keyword: > resolution. > > Also check out HTML, which will cheerfully slap text and graphics together > an adapt to local pecul

Re: [PHP] Window/Page/Browser/Screen width

2002-08-28 Thread Stas Maximov
Hi Rick, The important thing to remember is that PHP (as any other similar language) is a server-side scripting language. It won't help you getting your client details apart of those sent in HTTP headers. You should rather consider looking into JavaScript capabilities to accomplish your task. HT

Re: [PHP] Window/Page/Browser/Screen width

2002-08-28 Thread DL Neil
Hi Rick Check out list archives for last week (and the week before...) keyword: resolution. Also check out HTML, which will cheerfully slap text and graphics together an adapt to local peculiarities. Regards, =dn > I've seen similar questions in archives so sorry if I'm asking the same thing