Ratings | | Unique User Downloads | | Download Rankings |
   68% | | Total: 353 This week: 1 | | All time: 6,949 This week: 257 |
|
Description | | Author |
This class can generate links and keep track of clicks on them.
It can take the URL of a given link and returns another URL that will be used to keep track of the clicks on that link.
The link points to a script that will be used to record the clicks on a database accessed via PDO, and then it redirects the browser to the original link.
Alternatively the class can also store the clicked links of text files.
The database connection string, the URL for invalid links, the destination link base URL, the file for storing click counts are some of the configurable parameters. Recommendations
| |
 |
|
Innovation award
 Nominee: 3x |
|
Details
ClickCounter
ClickCounter is a PHP class that allows you to control the number of visitors who clicked on certain links. Useful for statistics on navigation and \ or downloading files.
How use it
To use the class will need, call the static method getHref class CCounter, passing as the only argument the link
Example:
If the link is unreachable, the class will direct the browser to the 404 page indicated in configurations.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.