Manage AI Tool Cateogory
0) { $row = mysqli_fetch_assoc($run); // Get the category data } else { echo "Category not found."; exit; } } ?>
Edit Category
Category Icon
alert('Category updated successfully'); window.location.href = 'category_edit?id=$id';"; // Redirect to dashboard after success } else { echo "Error updating category: " . mysqli_error($conn); } } ?>