Hello, Im making a small php script, but I need to know how to do something.
My problem is: I have a script thats like this:
<?php
if ($HTTP_USER_AGENT == "WHAT GOES HERE FOR IE AND NS?") {
echo "You have Internet Explorer";
} else {
echo "You have Netscape";
}
?>
Do you know what I mean? Thanks,
-Sean
Kennedy
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

