0byt3m1n1-V2
Path:
/
home
/
nlpacade
/
www
/
adminnlp
/
[
Home
]
File: verifref.php
<?php include_once("pre.php"); include_once("auth.php"); ?> <?php if(! est_autorise("acces_catalogue")) exit; ?> <?php include_once("../classes/Produit.class.php"); include_once("../classes/Produitdesc.class.php"); $produit = new Produit(); if($produit->charger($ref)){ $proddesc = new Produitdesc(); $proddesc->charger($produit->id); $prix = $produit->prix; if($produit->promo) $prix = $produit->prix2; echo $proddesc->titre."|".$prix."|".$produit->tva; } else{ echo ""."|".""."|".""; } ?>
©
2018.