How to submit group of data in php

wxdqz

New Member
Dear all,


In php ,if we select the group of data by using checkbox and submit the
form, how to separate into individual from them and then insert into the
mysql database. Remark that, in asp, the statement DelID =
Split(Request("delete"),", ") is to split the group of data named 'delete' .
How about for php?

Sincerely yours,
Simon
 
Back
Top