請大家幫幫忙,是新這個......得到這個登錄錯誤當過客戶端登錄...遇到了PHP錯誤一個PHP錯誤:消息:未定義的變量:數
嚴重性:通知
消息:未定義變量:數
文件名:控制器/ Site.php
行號:42
回溯:
文件:/home/rocketmoney/public_html/application/controllers/Site.php 線:42功能:_error_handler
文件:/home/rocketmoney/public_html/index.php行:315功能: require_once
這裏是我的控制器代碼
<?php
if ($this->form_validation->run()) {
if ($this->core_model->login()) {
$query = $this->db->get_where('users', array('number' => $number));
$result = $query->row_array();
$name = $result['name'];
$bank_details = $result['bank_details'];
$session_data = array('number' => $_POST['number'], 'loggedin' => TRUE, 'name' => $name);
$this->session->set_userdata($session_data);
redirect(site_url('dash'));
}
}?>
其中是$ number變量?你在哪裏定義? – Sona
[PHP:「注意:未定義的變量」,「注意:未定義的索引」和「注意:未定義的偏移量」可能的重複](http://stackoverflow.com/questions/4261133/php-notice-undefined-variable- notice-undefined-index-and-notice-undef) – MrDarkLynx
你知道所有上限正在考慮尖叫嗎?不善於向人們尖叫,特別是當你向他們求助時。 –