a_simple_php_sqlite_download_counter
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
a_simple_php_sqlite_download_counter [2020/06/27 21:24] – [Summary] waxphilosophic | a_simple_php_sqlite_download_counter [2024/08/31 19:27] (current) – %%h hc9 | ||
---|---|---|---|
Line 75: | Line 75: | ||
< | < | ||
- | __FILE__ in PHP means the filesystem path to the PHP script being executed. This is not the URL path, but the filesystem path. So it will not be '' | + | __FILE__ in PHP means the filesystem path to the PHP script being executed. This is not the URL path, but the filesystem path. So it will not be '' |
So now you know where to store you content and what to change if it's located somewhere else. | So now you know where to store you content and what to change if it's located somewhere else. | ||
Line 235: | Line 235: | ||
It's your call, but I like to let people know I'm tracking downloads. Even though I'm not gathering any personal information with it, I like to be transparent about it. I put it in a privacy statement on my site and even offer a link to the PHP query that shows what's been downloaded. | It's your call, but I like to let people know I'm tracking downloads. Even though I'm not gathering any personal information with it, I like to be transparent about it. I put it in a privacy statement on my site and even offer a link to the PHP query that shows what's been downloaded. | ||
- | |||
- | |||
a_simple_php_sqlite_download_counter.1593293081.txt.gz · Last modified: 2020/06/27 21:24 by waxphilosophic