how to use IS NULL? |
Not related to the answer but this code
PHP Code: if ($this->db->trans_status() === TRUE) Can be expressed with a lot less typing ![]() PHP Code: return $this->db->trans_status(); |
Messages In This Thread |
how to use IS NULL? - by falcon812311 - 04-08-2017, 09:37 PM
RE: how to use IS NULL? - by janudewangga - 04-09-2017, 01:14 AM
RE: how to use IS NULL? - by dave friend - 04-09-2017, 11:44 AM
|