PHP username (number) generator -


i need , php script making usernames in numbers not lower 1000. there numbers.

every time new user fill in registration form, script looks @ highest username number + 1. there new number.

who can me?

you can have variable like: usercount

and assign every new user id: ++usercount

p.s. haven't used php in looong while, might've said crap.


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

c# - ItextSharp font color issue in ver 5.5.4+ -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -