Posted by lawrence k on 11/17/06 02:01
Can I check alphabeticallness as easily as "aaa" > "bgeoid" ? $var1 = "cccccc"; $var2 = "f"; if ($var1 > $var2) { // do something here } Is this a reliable way to check strings, or will I get tripped up in some situations?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming