![]() |
Total Members
Hi there,
I need to get the total number of registered users I have in my database out. I also would like to get the total online. How would I do that?? I would appreciate any advice, Chris |
What do you mean by out? I am a little bit confused on what you are trying to do please explain a little better.
|
There's already a Users online module you could use. Take a look in skin1/modules/Users_online/
To get the total number of registered customers in your database Code:
$result = mysql_query("SELECT login FROM $sql_tbl[customers] WHERE usertype='C'"); P.S. You should put your X-Cart version in your forum signature |
If you want to export customer details you can use quite a few of our x-cart add ons for this type of thing.
http://www.firetanksoftware.com/x-cart-addon-features.html |
$total_registered_users
Would that be what I put in the template? |
Quote:
Yes, in the template you would use {$total_registered_users} If you want to display the total on every page, you'll need to include the PHP code from my previous post in a file like auth.php |
All times are GMT -8. The time now is 06:49 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.