Answers for "Determine If a Field is Present in a Table"

0

Determine If a Field is Present in a Table

if ($this->db->field_exists('field_name', 'table_name'))
{
        // some code...
}
Posted by: Guest on July-23-2021

Code answers related to "Determine If a Field is Present in a Table"

Browse Popular Code Answers by Language