Stepashka Posted January 14, 2009 Posted January 14, 2009 (edited) How to SELECT last user ID that registered(like in board footer - number of registered members) I use this code:$sql="SELECT * FROM DB_name.ibf_members order by id desc limit 1"; but in my board footer the last id is different and in acp also... PLEASE HELP! Edited January 14, 2009 by Stepashka
Stepashka Posted January 14, 2009 Author Posted January 14, 2009 solvedSELECT COUNT(id) AS cnt FROM db_name.ibf_members WHERE mgroup <> 1
Management terabyte Posted January 14, 2009 Management Posted January 14, 2009 The issue/request this topic was opened for has now been resolved. If you need further assistance, please open a new topic. If this topic was closed prematurely, please contact me so I can re-open it. :) Topic Closed Board Rules - Available Products - Need a Custom Work? < Don't PM me for support, post in the forum or submit a ticket from the client area instead! >
Recommended Posts