Jump to content

[RESOLVED] How to SELECT last user ID that registered?


Recommended Posts

Posted (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 by Stepashka
Posted

solved

SELECT COUNT(id) AS cnt FROM db_name.ibf_members WHERE mgroup <> 1

  • Management
Posted

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! >

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.