1 |
<?php |
2 |
//$Id: comboaffichage.inc,v 1.3 2008-06-26 09:18:41 jbastide Exp $ |
3 |
// ========================================================================= |
4 |
// Affectation des paramètres spécifiques applications pour COMBO.PHP 1.1 |
5 |
// Retour lorsqu il y a plusieurs enregistrements correlles |
6 |
// choix dans le SELECT |
7 |
// $x=$row[$zoneCorrel]; // retour dans la zone correllée |
8 |
// $y=$row[$zoneOrigine] // retour dans la zone origine |
9 |
// il est possible de renvoyer d autre zone dans le formulaire |
10 |
// il est possible d afficher d autre zone de la table en combo |
11 |
// ========================================================================= |
12 |
/* |
13 |
if($champOrigine=="nom"){ |
14 |
$aff=$row['client']." - ".$row['nom']." ".$row['prenom']; |
15 |
$y=$row['nom']; |
16 |
$a=$row['prenom']; |
17 |
$b=$row['adresse1']; |
18 |
$c=$row['adresse2']; |
19 |
$d=$row['cp']; |
20 |
$e=$row['ville']; |
21 |
$f=$row['titre']; |
22 |
} |
23 |
*/ |
24 |
|
25 |
?> |