首頁  >  問答  >  主體

提交了也會報錯,奇怪

<?php

//根據使用者輸入的語言名稱,列印對應的語言說明

header('Content-type:text/html;Charset=utf-8 ');

echo <<<LANG

   <from action='' method='post'>

#       <datalist id ='lang '>

           <option value="html">

         <option value="html"<

            <) ;

           <option value="php">

       </datalist>

       </datalist>

     <label for="lang">

     <label for="lang">

     <label for="lang">

   :</label>

       <input type="text" name="lang" id="name" list="lang">

       <input type="submit " value="提交">

   </from>


LANG;

###echo $_POST['lang'];###// Notice: Undefined index: lang in C:\phpStudy\PHPTutorial\WWW\PHPEDU\switch.php on line 17######?>############
路人路人2110 天前1437

全部回覆(2)我來回復

  • 路人

    路人2019-02-01 00:48:52

    尷尬  from  form  標籤寫錯了

    回覆
    0
  • 取消回覆