01-21-2011, 07:09 AM
[eluser]Unknown[/eluser]
i am getting this error
A PHP Error was encountered
Severity: Notice
Message: Undefined index: password
Filename: controllers/account.php
Line Number: 91
if i use this line of code below in a function...
[size=3]$this->db->where('username', $this->_username);
without the where part everything works but when i put this line then this problem happens
i am getting this error
A PHP Error was encountered
Severity: Notice
Message: Undefined index: password
Filename: controllers/account.php
Line Number: 91
if i use this line of code below in a function...
[size=3]$this->db->where('username', $this->_username);
without the where part everything works but when i put this line then this problem happens