Posted by Adam Plocher on 01/20/06 21:33
Dave, you should be able to apply the greater than/less than operators to a string: $a = "fdsa"; $b = "asdf"; if ($a > $b) { echo "a is greater"; } else { echo "b is greater"; } // will echo "a is greater"
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming