Are you a regular stikked user? Signup so you can keep track of your pastes!
  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.         }

Replies to Untitled

Title Name When
RE: Untitled Sludgy Kitten 1 Year ago.

Reply to "Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.