HTML Forms in PHP

后端 未结 2 1777
南旧
南旧 2021-01-15 17:52

i am writing html form code with in php script

here it is



        
2条回答
  •  醉酒成梦
    2021-01-15 18:31

    You should specify a method of form submit.

    $problem_code="STR";
    echo '
    '; echo ''; echo "
    ";

提交回复
热议问题