Home  >  Q&A  >  body text

It will also report an error after submitting it, which is strange.

<?php

//Print out the corresponding language description based on the language name entered by the user

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

echo <<<LANG

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

; <datalist id ='lang '>

                                                                                                                                                                                              <option value="html"> : : & Lt;/label & gt;

# & lt; input Type = "Text" name = "LANG" ID = "name" list = "lang" & gt;

& lt; " value="Submit">

</from>

LANG;

echo $_POST['lang'];

// Notice: Undefined index: lang in C:\phpStudy\PHPTutorial\WWW\PHPEDU\switch.php on line 17

?>

路人路人2060 days ago1401

reply all(2)I'll reply

  • 路人

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

    Embarrassing from form tag is wrong

    reply
    0
  • Cancelreply