insert multiple fields using foreach loop

insert multiple fields using foreach loop

create  a  table     students: SQL>      create table  students  (id   int primary key auto_increment,    name    varchar(200),   age  va...