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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations)
Mon Jul 18 15:27:17 2011 UTC (13 years, 6 months ago) by fraynaud
File size: 927 byte(s)
Error occurred while calculating annotation data.
maj version 3.00


1 <?php
2 // $Id: comboparametre.inc,v 1.5 2008-06-26 09:18:41 jbastide Exp $
3 // =========================================================================
4 // Affectation des paramètres spécifiques applications pour COMBO.PHP 1.1
5 // =========================================================================
6 // if($champOrigine=="nom") $longueurRecherche=0;
7 // Champ département 97 98 99 sur plus de 2 caractères
8 //if($champCorrel2=="code_departement") $zoneCorrel2=substr($zoneCorrel2,0,2);
9 $longueurRecherche=0;
10 if($champOrigine=="parcelle") {
11 $sql = "select * from parcelle inner join proprietaire on parcelle.proprietaire=proprietaire.proprietaire where ".$zoneOrigine.
12 " like '".$recherche."%' order by parcelle";
13 }
14 if($champOrigine=="nom") {
15 $sql = "select * from parcelle inner join proprietaire on parcelle.proprietaire=proprietaire.proprietaire where proprietaire.nom like '".$recherche."%' order by parcelle";
16 }
17 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26