1 |
<?php |
2 |
// $Id: comboretour.inc,v 1.5 2008-06-26 09:18:41 jbastide Exp $ |
3 |
// ========================================================================= |
4 |
// affectation des paramètres specifiques applications pour COMBO.PHP 1.1 |
5 |
// Retour lorsqu il y a qu un enregistrement correlle |
6 |
// $x=$row[$zoneCorrel]; // dans la zone correllée |
7 |
// $y=$row[$zoneOrigine] |
8 |
// il est possible de renvoyer d autre zone dans le formulaire |
9 |
// ========================================================================= |
10 |
/* |
11 |
if($champOrigine=="nom") { |
12 |
$y=$row['nom']; |
13 |
$a=$row['prenom']; |
14 |
$b=$row['adresse1']; |
15 |
$c=$row['adresse2']; |
16 |
$d=$row['cp']; |
17 |
$e=$row['ville']; |
18 |
$f=$row['titre']; |
19 |
} |
20 |
*/ |
21 |
|
22 |
|
23 |
?> |