Are you a regular stikked user? Signup so you can keep track of your pastes!

RE: Untitled

By Sludgy Kitten, 1 Year ago, written in PHP. This paste is a reply to Untitled by Greyhound-
URL http://stikked.com/view/69207277
  1.         function get_id($logindata)
  2.         {
  3.  
  4.                 $this->db->select('id')->from('users')->where('username', $logindata['username']);     
  5.                 $id=$this->db->get();
  6.  
  7.                 return $id;
  8.         }
  9.  
  10. /* ERRORS
  11.  
  12. A PHP Error was encountered
  13.  
  14. Severity: 4096
  15.  
  16. Message: Object of class CI_DB_mysql_result could not be converted to string
  17.  
  18. Filename: libraries/Session.php
  19.  
  20. Line Number: 683
  21.  
  22.  
  23. A PHP Error was encountered
  24.  
  25. Severity: Notice
  26.  
  27. Message: Object of class CI_DB_mysql_result to string conversion
  28.  
  29. Filename: libraries/Session.php
  30.  
  31. Line Number: 683
  32.  
  33.  
  34. A PHP Error was encountered
  35.  
  36. Severity: Warning
  37.  
  38. Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\site\system\libraries\Exceptions.php:164)
  39.  
  40. Filename: libraries/Session.php
  41.  
  42. Line Number: 662
  43.  

Replies to RE: Untitled

Title Name When
RE: RE: Untitled Corrupt Treeshrew 1 Year ago.

Reply to "RE: Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.