Up
& Running PC specializes in affordable, convenient
on-site computer repair service in Central and Northern Michigan.
We offer a complete on-site computer repair service
convenient to our customers, and somewhat unique to this
Michigan
region.
Our services include computer repair, hardware and software
installation, virus removal, spyware removal, internet,
networking, wireless network installation, plus much more..
Click on the above mouse to visit more of these services.
We only employ trained techs who know how to treat
customers right.
We understand computer frustration, and we're
here to help.
We're affordable, simply because we keep our
overhead to a minimum.
We're convenient, we come to your central or northern Michigan location.
We offer 7 day a week on-site computer repair service throughout central
and northern michigan.
$counter_file = ("counter.txt"); //file where count is stored
$visits = file($counter_file); //puts the count in a variable
$visits[0]++; //add 1 to the counter
$fp = fopen($counter_file , "w"); //open the file for write
fputs($fp , "$visits[0]"); //write the new value to the file
print $visits[0];
fclose($fp); //close the file
?>