WebCam

This is a Test of the new Sint Wind PI -

La stazione non è ancora installata nella sua sede definitiva quindi i dati indicati non sono attendibili !!!"! Questo è solo un test !!!! Primi test al 3665936295 o al 3314167430 o 36687722015



Archivio dinamico camera 1
<?php
$data = date("dmY");
echo 'Camera1 :' ; echo $data;
$files = glob("../webcam/img/camera1_".$data."*.jpg");
rsort ($files);
if (sizeof($files) > 0 ) {
$theimg= '"'.$files[0].'"';
}
else {
$theimg = '"../webcam/no-immagine.jpg"';
}

echo '<A HREF=';    echo $theimg;    echo '><IMG SRC='; echo $theimg; echo '  WIDTH="650px" >' ; echo '</A>' ;
echo "\n";
?>

Archivio dinamico camera 2
<?php
$data = date("dmY");
echo 'Camera2 :' ; echo $data;
$files = glob("../webcam/img/camera2_".$data."*.jpg");
rsort ($files);
if (sizeof($files) > 0 ) {
$theimg= '"'.$files[0].'"';
}
else {
$theimg = '"../webcam/no-immagine.jpg"';
}

echo '<A HREF=';    echo $theimg;    echo '><IMG SRC='; echo $theimg; echo '  WIDTH="650px" >' ; echo '</A>' ;
echo "\n";
?>


Fotocamera Sarnano


webcam :

Archivio dinamico webcam 1