-1
Friends need to automatically generate a sequence of numbers and comma separations in php, for example. 1,2,3,4,5,6,7,8,9,10,11,12 save in a variable and then make an Insert in a mysql database.
sort of like this.
INSERT INTO table (n_serie, year, numbers)
INSERT INTO shipments );
Read about the functions
join
andrange
.– Woss