Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Hi, i have a website, how do i see how many users have made accounts with my site through c-panel?

I want to be able to see how many users have made accounts by looking at c-panel. Can anyone tell me where to go.

Best Answer will be given

1 Answer

Relevance
  • 8 years ago
    Favorite Answer

    Cpanel cant keep track of your database in which your website users data is stored.

    To check no of users registered you can do below things

    1. You can go to phpmyadmin(or other DBMS whichever you are using) and go to the table where the user reg details are stored. In this case number of rows(i.e. no of tuples) = number of registered users

    2. You can write a small script using whichever server side scripting you are using and run it whenever you want to see the count. This script will not be more than 10 lines and easier to write( for ref you can refer http://stackoverflow.com/questions/607264/how-can-...

    Hope this will be helpful...

Still have questions? Get your answers by asking now.