0) { $rowss = mysqli_fetch_assoc($result); // Assign fetched data to variables $small_heading_EN = $rowss['small_heading_CTA_EN']; $small_heading_CN = $rowss['small_heading_CTA_CN']; $large_heading_EN = $rowss['Large_heading_CTA_EN']; $large_heading_CN = $rowss['Large_heading_CTA_CN']; $btn_text_EN = $rowss['btn_text_cta_EN']; $btn_text_CN = $rowss['btn_text_cta_CN']; $btn_link = $rowss['btn_link']; $long_description_EN = $rowss['long_description_CTA_EN']; // Allow HTML in long_description_CN $long_description_CN = $rowss['long_description_CTA_CN']; // Output as-is } else { // Handle the case where no records are found $long_description_CN = "No data available."; } ?>