SUBMERSIBLEAERATOR.COM
|
TT:
$filename = "counter.txt";
@$fptr = fopen($filename, "r+");
if ($fptr == NULL) {
@$fptr = fopen($filename, "w+");
fwrite($fptr, "1");
fclose($fptr);
echo "1";
}
else {
$data = fread($fptr, filesize($filename));
$dataInt = (int) $data;
$dataInt++;
rewind($fptr);
fwrite($fptr, $dataInt);
fclose($fptr);
echo $dataInt;
}
?>
|
The simplest and cheapest SUBMERSIBLE aerator. Air cap. 15lit./ sec.
No moving parts internally, lifetime warranty, without any maintenance.
Designed to operate 24 hours a day, and 365 days a year.
News 2011