I want to generate an id against a newly created user.
I want it to be something like this.
Brb-0001 after first registration.
after 10th registration it should be something like this
Brb-0010
And so on .
while searching I have come across various number generating functions but neither of these were helping me.