";
// Reopen the file and erase the contents
$fp = fopen("counterlog.txt", "w");
// Write the new count to the file
fwrite($fp, $count);
// Close the file
fclose($fp);
?>
This case is designed to act as a monitor stand for VESA standard TFT monitors.
The concept was inspired by the Apple iMac; I really liked the idea of a machine with only one power cable, but felt it would be nice to have a choice of monitors, so building the PC into the stand seemed an obvious idea.
Fortunately, there is a standard mounting for monitors defined by the VESA organisation (hence the name of this project.