HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/rooymansde.komma-mediadesign.nl/wwwroot/producten_pagina.php
<div class="contentHeaderBlock">
    <span class="alsH1">Products</span>
    <h1><strong><?php echo(html_entity_decode($rec_productGegevens['categorie_name'])); ?></strong></h1>
</div>
<?php
/*
$q_totaal = "SELECT COUNT(kms_en_categories.categorie_id) as totaal_aantal FROM kms_en_categories";
$r_totaal = mysql_query($q_totaal);
$rec_totaal = mysql_fetch_assoc($r_totaal);

$totaalAantal = $rec_totaal['totaal_aantal'];

if($rec_productGegevens['sort_order'] == $totaalAantal){
    $volgendeOrder = 1;
}else{
    $volgendeOrder = $rec_productGegevens['sort_order'] + 1;
}

if($rec_productGegevens['sort_order'] == 1){
    $vorigeOrder = $rec_totaal['totaal_aantal'];
}else{
    $vorigeOrder = $rec_productGegevens['sort_order'] - 1;
}

$q_volgendeItem = sprintf("SELECT kms_en_categories.categorie_name, kms_en_categories.url FROM kms_en_categories WHERE kms_en_categories.sort_order='%s'", $volgendeOrder);
$r_volgendeItem = mysql_query($q_volgendeItem);
$rec_volgendeItem = mysql_fetch_assoc($r_volgendeItem);

$q_vorigeItem = sprintf("SELECT kms_en_categories.categorie_name, kms_en_categories.url FROM kms_en_categories WHERE kms_en_categories.sort_order='%s'", $vorigeOrder);
$r_vorigeItem = mysql_query($q_vorigeItem);
$rec_vorigeItem = mysql_fetch_assoc($r_vorigeItem);
*/
?>

<div class="links">

    <?php /* <a href="/producten/<?php echo($rec_volgendeItem['url']); ?>" title="<?php echo(html_entity_decode($rec_volgendeItem['categorie_name'])); ?>" class="textLink">volgende product<span class="arrow"></span></a>
    <a href="/producten/<?php echo($rec_vorigeItem['url']); ?>" title="<?php echo(html_entity_decode($rec_vorigeItem['categorie_name'])); ?>" class="textLink">vorige product<span class="arrow"></span></a> */ ?>
    <a class="actionBtn knopMedium" href="/request-offer"><span class="text">Request for an offer</span><span class="up"></span><span class="hover"></span><span class="upRight"></span><span class="hoverRight"></span></a>
</div>
<div class="clear_both"></div>
<?php

if($subpagina == "neckties"){
    include('producten_stropdassen.php');
}else if($subpagina == "ladies_rsquo_scarves"){
    include('producten_damessjaals.php');
}else if($subpagina == "cuff_links_dressed_with_tie_fabric"){
    include('producten_machetknopen.php');
}else if($subpagina == "safety_articles"){
    include('producten_veiligheidsartikelen.php');
}else if($subpagina == "other_articles"){
    include('producten_overige_artikelen.php');
}else{ ?>

<div class="columnLeft">
    <?php echo(html_entity_decode($rec_productGegevens['descriptionLeft'])); ?>
</div>
<div class="columnRight">
    <?php echo(html_entity_decode($rec_productGegevens['descriptionRight'])); ?>
</div>
    <div class="clear_both"></div>
<div class="columnLeft">
    <h2 class="blauw">
        <a href="/request-offer">
            <strong>free design</strong> and an offer, free of engagement?
        </a>
    </h2>
</div>
<div class="columnRight">
    <a class="actionBtn knopMedium" href="/request-offer"><span class="text">Request for an offer</span><span class="up"></span><span class="hover"></span><span class="upRight"></span><span class="hoverRight"></span></a>
    <p class="blauw">(possible from
        <?php if($subpagina == "chokers"){ echo("50");
        }else if($subpagina == "paraplu_s"){ echo("10");
        }else if($subpagina == "pashmina_s"){ echo("50");
        }else{ echo("30"); } ?> pieces)</p>
</div>
<div class="clear_both"></div>
<?php } ?>

<?php include("accountmanagers_horizontaal.php"); ?>