我在我的數據庫逐字從教程運行此PHP腳本,但我得到第27行(與if ($_REQUEST['action'] == "add") {啓動位)一個未定義的索引錯誤......我剛學的MySQL所以任何幫助會巖! <?php
/**
* Copyright 2011 Robert Turrall - robertturrall.com
*
* Part of the video2brain c
我的問題是如何使用Zend_Controller_Router_Route_Chain鏈多個路由? 比如我想鏈年/月/日 3條路線,但戈萊是:
when url is
example.com/2011
runs index controller, year action
example.com/2011/11
runs index controller, year-month act
我正在做一個簡單的登錄表單,使用MYSQL保存到數據庫。我用了一個教程,並在年底的時候我測試它,我得到了一個錯誤說 'Notice: Undefined index: login in C:\wamp\www\database_test\login.php on line 7'
不知道這意味着什麼,並通過互聯網搜索後仍然無法搞清楚。這是我的代碼。請幫忙。謝謝! <?php
sess
我有什麼之前... if(DEBUGMODE) $debug_err_msgs[] = 'Some error'; // add a new error to the array
... more code here...
if(DEBUGMODE)$debug_err_msgs[] = 'Some error'; // add a new error to the array
其中除
我正在開發一個允許用戶重置密碼的PHP頁面。我已經到了輸入用戶名的地步,並且通過鏈接發送電子郵件來更改密碼。 但是當我去更改密碼,我發現了以下錯誤 Notice: Undefined index: email in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\reset-password.php on line 112