Board logo

標題: IF 與 Switch 特殊寫法 [打印本頁]

作者: may    時間: 2013-6-4 19:28     標題: IF 與 Switch 特殊寫法

<html>
    <head>
        <title>IF 與 Switch 特殊寫法</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body>
    <?php
        $score = '75';
         
        if($score >= 60){
            echo '及格';
        }else{
            echo '不及格';
        }
         
        if($score >= 60):
            echo '及格';
        else:
            echo '不及格';
        endif;
    ?>     
    </body>
</html>




歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2