可能重複:
PHP: 「Notice: Undefined variable」 and 「Notice: Undefined index」未定義指數:在後miniblog
找遍四周,不能離開圖這個問題。
$post = (string) mysql_real_escape_string($_GET['post']);<br>
$page = (int) mysql_real_escape_string(intval($_GET['page']));
我不明白錯誤undefined index:post
是什麼意思。我在$post
和$page
這兩行都得到這個錯誤。
'post'是一個有效的get參數嗎?當您執行GET請求時,是否在URL中附加了'post = something'? –