how to create admission number for student [PHP +SQL] | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create admission number for student [PHP +SQL]

It has suffered me to create an ad_number to a student.. I have three class A,B and C , i want class "A" student id to start with 170101 then increament by 1... class "B" student id to start with 170201 then increament by 1..class "C" student id to start with 170301 then increament by 1.. I haved created sql table for each class

7th Feb 2020, 11:07 AM
Umar Bello
Umar Bello - avatar
1 Answer
+ 2
//Use php Auto Increment on Id columns ,that will be better
7th Feb 2020, 1:19 PM
Sudarshan Rai
Sudarshan Rai - avatar