I want to display number of users registered in site. Then i want to use two counters on homepage. one for number of plastic bags being used. Another one is number of plastic bags destroyed by our members like that. How can i do this. Any free or open source script for this
Hello, Do you have a database of registered users then? You could just get a count of the number of rows in the users table. For the count of users registered in the site. However with the other two counters. You could just have the users submit how many they use and how many they destroyed. Would have to either add new rows to their user table. Or add new table for the two information. It isnt too difficult to do but I doubt you'd find something exactly without having to modify it to your needs. Obviously for the displaying number of users registered on your site you would need to give more information on the database structure etc.
I got it for user registered counter. Number of being used counter is not based on database. It is an approximate own value. Then number of being destroyed is based on database. every day user will enter numeric in form i.e no of destroyed. i want to show that in home page adding total no.of covers destroyed. It must be auto refresh