File "t2.php"

Full path: /home/u525140468/domains/productsizer.com/public_html/inc/t2.php
File size: 635 B (635 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

  </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";
?>