Hi all!
I need your for a buggi PHP-Skript!
At the start of my Page my Script must automaticly decide between IE or
other Explorers!! Because the Iex Version is another then the Netscape
Version!!
My Scipt at the moment:
<?php
if($HTTP_USER_AGENT=="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)")
{?>
<meta http-equiv="refresh" content="0;URL=deutsch/index.php?con=home.htm">
<?}
else
{?>
<meta http-equiv="refresh" content="0;URL=cnv/index.htm">
<?}?>
The Problem is I cant write all Iex versions into the script... or I wont
...
Have anyone an idea ?????????????
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php