0

how to generate 3 digit unique id number in php and store database in ID column

hello guys, my question is how to generate unique identification number which contains three integer numbers and this generated number store in database ID column.but here this id number is unique in present all id in database.

22nd Jul 2019, 11:11 AM
Love Barot
Love Barot - avatar
1 ответ
+ 1
Use rand();
26th Jul 2019, 1:27 AM
Alexis-ng
Alexis-ng - avatar