count
MYSQL add counter in a query
Use mysql variables to create a counter in SQL, PHP code to use an SQL counter and what does the i mean in mysqli?
How to bring back tweet counters
Twitter doesn't want you to see how many tweets your links did.
How many times a web link has been shared on Twitter
Twitter share button and Facebook share button are the most used buttons to share links on Internet. You can read…
How to read facebook likes count from PHP
When you add facebook like button to your site, probably, you also want to save the number of likes of…
Calculate dir size recursively with PHP (and count files)
This small PHP function lets you calculate the dir size entering each sub dir and making the sum of the…
How many users are connected?
This two function returns the number of users connected to your site. Since HTTP is asyncronous, the only way to…