![]() |
溫瑞烘老師的教學歷程檔案(Teaching ePortfolio) - PHP教學 - Select之二 |
| Select之二<?php$command=$_POST["command"]; if ($command==null) { echo("<html> <body> <center> <form method=post action=$SELF_PHP> <input type=text name=num1 size=5> <select name=choice size=1> <option value=+>+ </option> <option value=->- </option> <option value=*>* </option> <option value=/>/ </option> </select> <input type=text name=num2 size=5> = <input type=text name=result size=5> <p> <input type=submit name=command value=送出> <input type=reset name=command value=清除> </form> </center> </body> </html>"); } if ($command=="送出") { $choice=$_POST["choice"]; echo("<html> <body> <center> 選項:$choice <p> </center> </body> </html>"); } ?>
|
|
中華科技大學數位化學習歷程 - 意見反應 | ![]() |