15 |
// idx |
// idx |
16 |
$sql=str_replace("&idx",$_GET['idx'],$sql); |
$sql=str_replace("&idx",$_GET['idx'],$sql); |
17 |
$sql=str_replace("&DB_PREFIXE",DB_PREFIXE,$sql); |
$sql=str_replace("&DB_PREFIXE",DB_PREFIXE,$sql); |
18 |
|
// specific openFoncier *** edition ads |
19 |
|
$sql = str_replace("&datedebut", substr($_GET["datedebut"],6,4)."-".substr($_GET["datedebut"],3,2)."-".substr($_GET["datedebut"],0,2),$sql); |
20 |
|
$sql = str_replace("&datefin", substr($_GET["datefin"],6,4)."-".substr($_GET["datefin"],3,2)."-".substr($_GET["datefin"],0,2),$sql); |
21 |
|
$sql=str_replace("&nature",$_GET['nature'],$sql); |
22 |
|
$titre = str_replace("&datedebut", substr($_GET["datedebut"],6,4)."-".substr($_GET["datedebut"],3,2)."-".substr($_GET["datedebut"],0,2),$titre); |
23 |
|
$titre = str_replace("&datefin", substr($_GET["datefin"],6,4)."-".substr($_GET["datefin"],3,2)."-".substr($_GET["datefin"],0,2),$titre); |
24 |
|
$titre=str_replace("&nature",$_GET['nature'],$titre); |
25 |
|
$corps = str_replace("&datedebut", substr($_GET["datedebut"],6,4)."-".substr($_GET["datedebut"],3,2)."-".substr($_GET["datedebut"],0,2),$corps); |
26 |
|
$corps = str_replace("&datefin", substr($_GET["datefin"],6,4)."-".substr($_GET["datefin"],3,2)."-".substr($_GET["datefin"],0,2),$corps); |
27 |
|
$corps=str_replace("&nature",$_GET['nature'],$corps); |
28 |
|
// *** |
29 |
$titre=str_replace("&idx",$_GET['idx'],$titre); |
$titre=str_replace("&idx",$_GET['idx'],$titre); |
30 |
$corps=str_replace("&idx",$_GET['idx'],$corps); |
$corps=str_replace("&idx",$_GET['idx'],$corps); |
31 |
// aujourdhui |
// aujourdhui |