How To Generate and Save Auto Increment UserId with Prefix using Php Mysql
Hi Developers,I need to generate unique auto increment user id with Prefix in Php
and also save it to the database.
]My required Output is like EMP001,EMP002,EMP001.......................... to EMP00n n numbers
This is the first step in my project
i don't know php is well.
so please help me to generate unique id using php code and also save it into the database.
Thanks with
Paul.S