How would I compare to variables where I would want one variable to equal only part or some of the other variable? Here is the code
<?
if ($HTTP_USER_AGENT !== "%MSIE 5.5%") {
print "You must upgrade your browser";
} else {
exit;
}
?>
Any suggestions
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

