User Tools

Site Tools


a_simple_php_sqlite_download_counter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
a_simple_php_sqlite_download_counter [2020/06/27 21:21] waxphilosophica_simple_php_sqlite_download_counter [2020/06/27 21:24] waxphilosophic
Line 230: Line 230:
 Even if you're not a SQL expert, you can prune by simply picking a rowid and delete everything before it. "DELETE FROM tally WHERE rowid<100" will purge everything from 1 to 99. You get the idea. Even if you're not a SQL expert, you can prune by simply picking a rowid and delete everything before it. "DELETE FROM tally WHERE rowid<100" will purge everything from 1 to 99. You get the idea.
  
-====== Go Forth and Conquer ======+===== Go Forth and Conquer =====
  
 Now that you know what people are downloading from your site, you'll have better insight into what's popular and what's not. Now that you know what people are downloading from your site, you'll have better insight into what's popular and what's not.
a_simple_php_sqlite_download_counter.txt · Last modified: 2020/06/27 21:24 by waxphilosophic