Re: [PHP] How to find the browser type in HTML or PERL??

2001-09-22 Thread Urb LeJeune

Look at $HTTP_USER_AGENT.

Urb


 Anybody know how to code in HTML or perl to find the browser
say

if Iexplore
{
do this
}
else if Netscape
{
 do this
}

Thanks and regards
-Balaji


--
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]




[PHP] How to find the browser type in HTML or PERL??

2001-09-21 Thread Balaji Ankem


Hi,
Anybody know how to code in HTML or perl to find the browser
say

if Iexplore
{
   do this
}
else if Netscape
{
do this
}

Thanks and regards
-Balaji




--
Information transmitted by this E-MAIL is proprietary to Wipro and/or its Customers
and is intended for use only by the individual or entity to which it is
addressed, and may contain information that is privileged, confidential or
exempt from disclosure under applicable law. If you are not the intended
recipient or it appears that this mail has been forwarded to you without
proper authority, you are notified that any use or dissemination of this
information in any manner is strictly prohibited. In such cases, please
notify us immediately at mailto:[EMAIL PROTECTED] and delete this mail
from your records.
-



-- 
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]