0) { $rowss = mysqli_fetch_assoc($result); // Assign fetched data to variables $small_heading_EN = htmlspecialchars($rowss['small_heading_CTA_EN']); $small_heading_CN = htmlspecialchars($rowss['small_heading_CTA_CN']); $large_heading_EN = htmlspecialchars($rowss['Large_heading_CTA_EN']); $large_heading_CN = htmlspecialchars($rowss['Large_heading_CTA_CN']); $btn_text_EN = htmlspecialchars($rowss['btn_text_cta_EN']); $btn_text_CN = htmlspecialchars($rowss['btn_text_cta_CN']); $btn_link = htmlspecialchars($rowss['btn_link']); $long_description_EN = htmlspecialchars($rowss['long_description_CTA_EN']); $long_description_CN = htmlspecialchars($rowss['long_description_CTA_CN']); } ?>