When looking for rooms to rent is very important to verify the credentials of the people you are renting from. There are a lot of scams going on in the internet, so it's important to be cautious.
In this
website you can see 3 important points that proof that we exist.
- You can see that we exist since 2004.
- You can see our full address and contact details.
- You can see we have a high trust rate.
if(isset($_GET['m'])){
$m=$_GET['m'];
$m=strtolower($m);
if(!is_numeric($m)){
for($i=0; $i<12; $i++){
setlocale(LC_ALL, 'en_EN');
$monthNum=date("n",strtotime("+$i months"));
$monthLongName=date("F",strtotime("+$i months"));
setlocale(LC_ALL, 'fr_FR');
$FR_monthLongName=strftime("%B",strtotime("+$i months"));
$monthLongName=strtolower($monthLongName);
if($m==$monthLongName || $m==$FR_monthLongName){
$m=$monthNum;
break;
}
}
}
if(!is_numeric($m)){
$frechMonths_ARR=array('janvier','fevrier','mars','avril','mai','juin','juillet','aout','septembre','octobre','novembre','decembre');
foreach($frechMonths_ARR as $key => $monthNameInFR){
if($m == $monthNameInFR){
$m=($key+1);
break;
}
}
}
$todaysMonth=date("n");
if($m==0){$m=$todaysMonth;}
$month=$m-$todaysMonth;
if($month>($totalMonthsShown-1)){
echo'';
}elseif($m<$todaysMonth){
$month=$month+12;
echo'';
}
$ny=date("n",strtotime("+$month months")).date("y",strtotime("+$month months"));
?>
}
?>