/[openfoncier]/trunk/dyn/comboretour.inc.php
ViewVC logotype

Contents of /trunk/dyn/comboretour.inc.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Thu Feb 10 20:46:18 2011 UTC (13 years, 11 months ago) by fraynaud
File size: 692 byte(s)
Error occurred while calculating annotation data.
version initiale


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 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26