12.11.2012, 12:41
The solution above works (you should add the number of currently registered accounts
there manually though), but if you want to use your data effectively, you should consider
changing to MySQL.
With MySQL you could use just "SELECT COUNT(*) FROM `table`" and that's it. Also if you
are planning on ever accessing the data for instance from a website, MySQL is significantly
better option.
there manually though), but if you want to use your data effectively, you should consider
changing to MySQL.
With MySQL you could use just "SELECT COUNT(*) FROM `table`" and that's it. Also if you
are planning on ever accessing the data for instance from a website, MySQL is significantly
better option.