This repository was archived by the owner on Apr 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ websettings.php / webanalytics.php
1010$web_analytics_db = new web_db_manager("mysql:dbname=database;host=127.0.0.1", "user", "password");
1111```
1212
13- After that all you need to do is including webanalytics.php in your own php scripts to start collecting data:
13+ Afterwards all you need to do is including webanalytics.php in your own php scripts to start collecting data:
1414``` php
1515include "webanalytics.php";
1616```
1717
18- After collecting enough data you will see a simple report when opening webstatistics.php.
18+ After running webanalytics.php once you will see a simple report when opening webstatistics.php.
1919
2020### Interested in using WebAnalytics as a library or in a modified way? You can disable auto run in the settings:
2121``` php
@@ -49,7 +49,7 @@ As a professional you might also want to try our yet experimental JavaScript for
4949
5050# Information about upcoming releases
5151## 0.3 new API
52- This version will include a new universal php script called "wa.php" that can be used for both a library for collecting and analysing data.
52+ This version will include a new universal php script called "wa.php" that can be used as both a library for collecting and analysing data.
5353## 0.4 new page for viewing statistics based on the API
5454## 0.5 merging all classes to one
5555## 1.0
You can’t perform that action at this time.
0 commit comments