Sun Oct 26, 2008 10:34 pm
<?
$str1 = "00009";
$str2 = "003";
$str3 = "00009-CODEMILES";
if ($str2 < $str1){
print("$str2 is less than $str1<BR>");
}
if ($str3 < $str2){
print("$str3 is less than $str2<BR>");
}
if ($str1 < $str3){
print("$str1 is less than $str3<BR>");
}
?>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.