我有這樣的代碼:PHP和get方法錯誤
<?php
if ($_GET["do"]=="success") {
echo "SUCCESS";
}
?>
<form action="file.php?do=success" method="post">
<input type="text"><input type="submit">
</form>
而且我得到這個錯誤:
Notice: Undefined index: do in C:\Program Files\EasyPHP-5.3.8.1\www\m\file.php on line 2
什麼我需要做什麼?
你可能想瞄了一眼[PHP的error_reporting(HTTP:/ /php.net/manual/en/function.error-reporting.php) – budwiser
@budwiser:是不是已報告的錯誤?還是你建議壓制這些錯誤並假裝它從未發生過? :P – PeeHaa
@budwiser鑑於OP看到了'E_NOTICE'錯誤,我想說他已經掌握了它 – Phil