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

RE: RE: RE: Untitled

By Crippled Gibbon, 1 Year ago, written in PHP. This paste is a reply to RE: RE: Untitled by Corrupt Treeshrew
URL http://stikked.com/view/85006580
  1.         function get_id($logindata)
  2.         {
  3.                 $this->db->select('id')->from('users')->where('username', $logindata['username']);     
  4.                 $id=$this->db->get();
  5.                 foreach($id->result() as $row)
  6.                 {
  7.                         $guh=$row->id;
  8.                 }
  9.                 return $guh;
  10.         }

Reply to "RE: RE: RE: Untitled"

Here you can reply to the paste above

Create a snipurl

Make Private

Feeling clever? Set some advanced options.