/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
 <?php if (!$con) { } $query = 'SELECT COUNT(*) FROM `jos_users_info`'; $result = mysql_query($query) or die('Sorry we could not count the number of users: ' . mysql_error()); echo "$numberofusers"; ?>
Comments
                    Subscribe to comments
                
                