98 lines
1.6 KiB
PHP
Executable File
98 lines
1.6 KiB
PHP
Executable File
<?php
|
|
// -----------------------------------------------------
|
|
// Recherche
|
|
// -----------------------------------------------------
|
|
$nomPrdRech =0;
|
|
$idRefRech=0;
|
|
$mxPrd=1;
|
|
|
|
// Caractéristiques
|
|
$refPrd='';
|
|
$descCourt ='';
|
|
$descLong ='';
|
|
|
|
$lienImgPrdPt ='';
|
|
$lienImageGd ='';
|
|
$promo ='';
|
|
|
|
$nouveaute='';
|
|
$prixHt ='';
|
|
$prixTtc ='';
|
|
|
|
$idTVA ='';
|
|
$delais ='';
|
|
$poids ='';
|
|
$annee ='';
|
|
$delais ='';
|
|
$stock ='';
|
|
$delais ='';
|
|
$idPaysPrd ='';
|
|
$idMailVendeur ='';
|
|
$couleur1 ='';
|
|
$delais ='';
|
|
$idLargeur ='';
|
|
$uniteLarg ='';
|
|
$idHauteur ='';
|
|
$uniteHaut ='';
|
|
$idLongueur ='';
|
|
$uniteLong ='';
|
|
|
|
|
|
// definis dans les listes de valeurs
|
|
// $idEtat ='';
|
|
// $idDelais ='';
|
|
// $libDelais ='';
|
|
// $idPoids ='';
|
|
// $libPoids ='';
|
|
|
|
// $idDim ='';
|
|
// $libDim ='';
|
|
|
|
// $idTVA ='';
|
|
// $tauxTVA ='';
|
|
|
|
// $idCoul ='';
|
|
// $libCoul ='';
|
|
$idDates ='';
|
|
$nomDate ='';
|
|
$codeDate1 ='';
|
|
$codeDate2 ='';
|
|
$duree ='';
|
|
$idLib='';
|
|
$tagLib ='';
|
|
|
|
// $idType1 ='';
|
|
// $idType2 ='';
|
|
// $idType3 ='';
|
|
// $idType4 ='';
|
|
// $idType5 ='';
|
|
// $idType6 ='';
|
|
// $idType7 ='';
|
|
// $idType8 ='';
|
|
// $idType9 ='';
|
|
// $idType10 ='';
|
|
// $idType11='';
|
|
// $idType12='';
|
|
// $idType13='';
|
|
// $idType14='';
|
|
// $idType15='';
|
|
// $idType16='';
|
|
// $idType17='';
|
|
// $idType18='';
|
|
// $idType19='';
|
|
// $idType20='';
|
|
// $idType21='';
|
|
// $idType22='';
|
|
// $idType23='';
|
|
|
|
$couleur1="";
|
|
$couleur2="";
|
|
$couleur3="";
|
|
|
|
$theFichier ='';
|
|
$nomPrd='';
|
|
$statusPrd='';
|
|
$libStatusPrd='';
|
|
$lgFait=array();
|
|
?>
|