Re: [PHP] Tellwhich browser

2002-05-16 Thread Wolfram Kriesing
Justin French wrote: A simple looks around at phpbuilder.com will result in an article on browser detection CSS... the browser detection function he writes can be used for many things, including what you want. Justin French on 16/05/02 12:09 AM, Diana Castillo ([EMAIL PROTECTED]) wrote:

[PHP] Tellwhich browser

2002-05-15 Thread Diana Castillo
What is the code to tell whether the user is on IE or Netscape? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Tellwhich browser

2002-05-15 Thread Mark Gallagher
Diana Castillo wrote: What is the code to tell whether the user is on IE or Netscape? It's slightly more complicated than that (I'm a newbie too, but I know a very little about user-agent strings), but it *will* involve using http://www.php.net/manual/en/function.get-browser.php As you may be

Re: [PHP] Tellwhich browser

2002-05-15 Thread Danny Shepherd
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 15, 2002 3:09 PM Subject: [PHP] Tellwhich browser What is the code to tell whether the user is on IE or Netscape? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing

Re: [PHP] Tellwhich browser

2002-05-15 Thread Justin French
A simple looks around at phpbuilder.com will result in an article on browser detection CSS... the browser detection function he writes can be used for many things, including what you want. Justin French on 16/05/02 12:09 AM, Diana Castillo ([EMAIL PROTECTED]) wrote: What is the code to tell