![]() |
溫瑞烘老師的教學歷程檔案(Teaching ePortfolio) - PHP教學 - Type=checkbox之一 |
| Type=checkbox之一<?php$command=$_POST["command"]; if ($command==null) { echo("<html> <body> <center> <form method=post action=$SELF_PHP> <input type=checkbox name=choice1 value=1>選項 1 <br> <input type=checkbox name=choice2 value=2>選項 2 <br> <input type=checkbox name=choice3 value=3>選項 3 <br> <input type=submit name=command value=送出> <input type=reset name=command value=清除> </form> </center> </body> </html>"); } if ($command=="送出") { $choice1=$_POST["choice1"]; $choice2=$_POST["choice2"]; $choice3=$_POST["choice3"]; $result=$choice1 . $choice2 . $choice3; echo("<html> <body> <center> 選項:$result <p> </center> </body> </html>"); } ?>
|
|
中華科技大學數位化學習歷程 - 意見反應 | ![]() |