¤ÓÊÑè§ if else

µÑÇÍÂèÒ§¤ÓÊÑè§ 1

<html>
<body>

<?

$a=10;

 if ( $a == 10 ){

  print "YES, this is true";
}else{
  print "NO, this is false"; }

?>

</body>
</html>

¼ÅÅѾ¸ì·Õèä´é

YES, this is true

Copy right Passkorn Roungrong   2000