¤ÓÊÑè§ if elseif
µÑÇÍÂèÒ§¤ÓÊÑè§
<?
$a=30;
if ( $a == 10 ){ print "YES, this is 10";
}elseif ( $a == 20 ) { print "YES, this is 20";
}else{
print "Oh.. NO!"; }
?>
</body> </html>
¼ÅÅѾ¸ì·Õèä´é
Copy right Passkorn Roungrong 2000