Welcome Guest, Not a member yet? Register   Sign In
how to edit
#5

[eluser]Chris Newton[/eluser]
Code:
if (is_int($this->uri->segment(3)) {
   //is an integer
} else {
    // is not an integer
}

Code:
$data['query'] = $this->db->get_where('arrangement', array('arrangement_id' => $id));
if ($query->num_rows() > 0)
{
   foreach ($query->result() as $row)
   {
      echo $row->id;
   }
}
else
{
// it's null
}


Messages In This Thread
how to edit - by El Forum - 05-27-2008, 03:47 PM
how to edit - by El Forum - 05-27-2008, 05:00 PM
how to edit - by El Forum - 05-27-2008, 10:26 PM
how to edit - by El Forum - 05-28-2008, 06:28 AM
how to edit - by El Forum - 05-28-2008, 09:07 AM
how to edit - by El Forum - 05-28-2008, 09:36 AM
how to edit - by El Forum - 05-28-2008, 10:04 AM
how to edit - by El Forum - 05-28-2008, 12:10 PM
how to edit - by El Forum - 05-28-2008, 01:13 PM
how to edit - by El Forum - 05-28-2008, 03:50 PM
how to edit - by El Forum - 05-28-2008, 04:25 PM
how to edit - by El Forum - 05-28-2008, 05:42 PM
how to edit - by El Forum - 05-28-2008, 06:28 PM
how to edit - by El Forum - 05-28-2008, 06:30 PM
how to edit - by El Forum - 05-28-2008, 08:18 PM
how to edit - by El Forum - 05-28-2008, 11:05 PM
how to edit - by El Forum - 05-28-2008, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB