= $title; ?>
Success! The new book added successfully.
Success! The book data updated successfully.
db->get_where('lms_categories', ['id' => $category_id])->row();
if (!empty($data)) {
$cat_id = $data->id;
$cat_name = $data->name;
}
}
if (isset($gSData) && !empty($gSData) && ($idVal == 0)) {
$fine_per_day = $gSData['due_fee_per_day'];
}
?>
Book Details