</div> </div> <center><?php include "$data/ads-code2.php";?> </center> <!-- Article Section --> <section class="bg-white pt-24 pb-28 relative z-10"> <?php // Get the current URL path $request_uri = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); // Extract the base filename (without .php or query strings) $url_filename = pathinfo(basename($request_uri), PATHINFO_FILENAME); // Build the post file path $postFile = __DIR__ . '/../posts/' . $url_filename . '.php'; // Include if exists if (is_file($postFile)) { include $postFile; } ?> </section> <?php include "$inc/email-collector.php"; ?>