Hello...
We have a program that it works with one row(p1-->group-->sub_group) that it work correctly.
now we want change it. it's output: ($ad_sub_groups).
we want add another row in this program that it will have(p2-->group-->sub_group2).
how we can change it that it works correctly? that it's output be: ($ad_sub_groups).
for guide:
sub_group take this array:
valid_arr[1] = document.newad.sub_group.value;
we want add this variable ($ad_sub_groups2) to our database table.
and we want insert an id in the dataBase tables for each sub_groups.