AS Simple Counter is a 100% Customizable counter. It uses a IP Detection to track all unique hits and then stores everything in a MySQL database.(ScreenShot)
The purpose of this class is to easily allow users to connect and perform queries to their MySQL server without the hassle of knowing all the MySQL commands.
The class makes it as simple as:
$mysql->connect();
$mysql->query();
In addition, the class allow ...(description truncated)