溫瑞烘老師的教學歷程檔案(Teaching ePortfolio) - PHP教學 - Type=radio
 

資訊管理系
副教授
温瑞烘


歷程檔案 Portfolio


關於我 About Me

Type=radio

<?php
 $command=$_POST["command"];
 if ($command==null)
  {
   echo("<html>
         <body>
         <center>
         <form method=post action='$SELF_PHP'>
         <input type=radio name=choice value=1>選項 1
         <br>
         <input type=radio name=choice value=2>選項 2
         <br>
         <input type=radio name=choice value=3>選項 3
         <br>
        <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>");
 }
?>
全部共 0則留言
登入帳號密碼代表遵守學術網路規範
 


文章分類 Labels

 


最新文章 Top10

中華科技大學數位化學習歷程 - 意見反應