Skip to content
This repository was archived by the owner on Apr 9, 2023. It is now read-only.

Commit 73335ed

Browse files
committed
2 parents 4656bed + 7298242 commit 73335ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ b1 analytics is a yet unfinished project based on php scripts I made in my past
55

66
analyser.php and statistics.php are just experimental yet, but shall work.
77

8+
## Why should I use b1 web analytics?
9+
There are atleast 4 reasons:
10+
* **it's server-sided**
11+
* **it's independent**
12+
* **it's open source**
13+
* **it's free**
14+
815
## Scripts
916
### analytics.php
1017
The main script necessary for collecting and saving data, setting cookies, creating tables and identifying the visitors.
@@ -18,7 +25,6 @@ Holds functions for creating statistics, unfinished
1825
Simple website that shows statistics based on the collected data
1926

2027
## Usage
21-
2228
Before using the scripts you need to modify the mysql parameters (host, user, password, database) in database.php else none of the scripts will work.
2329

2430
Use example.php as sample code for integrating analytics.php into your own scripts.

0 commit comments

Comments
 (0)