File "passage.php"
Full Path: /home/analogde/www/Design/fileman/Fusion/Picker/passage.php
File size: 205 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
//$q=$_GET["q"];
//if(isset($_GET['date_start']) && !empty($_GET['date_start']))
if ( !empty($_GET) )
{
echo "Zoulou ..." .$_GET['date_start'] ." *** " .$_GET['date_end'] ;
}
?>