I want to create a automaprimary key(auto-increment) which is start with JTM0605160001. Here
- JTM: would be constant
- 060516: date in ddmmyy format (06-day 05-month 16-year
- 0001 would be iterate
So when the user want to input the data, there is already have a number series in that form. so it will be easy for me to check their data only based on the form's series number. so can you help me with some tutorial and coding?
I am using XAMPP control panel and Dreamweaver cs6.
I want serial number like this:
JTM0605160001
JTM0605160002
JTM0705160003
...
so the form will be like this:
no series : JTM0605160001 (automatic provided when user want to fill the form)
name : sally (user will fill this form)
age : 34 (user will fill this form)