36 lines
1014 B
PHP
Executable File
36 lines
1014 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
$tabIdType =array();
|
|
$tabTagLib =array();
|
|
$tabOrdre=array();
|
|
$tabCode1= array();
|
|
$tabCode2 = array();
|
|
$tabCode3 = array();
|
|
$prixHTTab = array();
|
|
$prixTTCTab = array();
|
|
$imageCATab = array();
|
|
$tabTvaTaux = array();
|
|
// $trouve=false;
|
|
|
|
// ---------------------------------------------------
|
|
// Requetes select de chaque CA
|
|
// ---------------------------------------------------
|
|
$idCaPers=$x+1;
|
|
include ("./admin/catalog/req/reqAllDyn" .$idCaPers. ".php");
|
|
|
|
// ---------------------------------------------------
|
|
// Mise en tableau generique de chaque CA
|
|
// ---------------------------------------------------
|
|
include ("./admin/adminInclude/ressources/caracteristiquesToTab.php");
|
|
|
|
// if ($trouve==false) {
|
|
// For ($y=0;$y<count($tabIdType);$y++) {
|
|
// if ($tabIdType[$y]==0) {
|
|
// if ($tabCode1[$y]!="") { if ($tabCode1[$y]!="Non") $trouve=true; }
|
|
// else
|
|
// $debugMsg .= '<br> code1' .$tabCode1[$y];
|
|
// }
|
|
// }
|
|
// }
|
|
// $trouve=true;
|
|
?>
|