Re: [PHP] Problem with using array_diff and array_combine

2008-07-28 Thread Chris
Richard Kurth wrote: > I hope I can explain what I am trying to do. > I have two tables the first one has the custom form elements > > > elements_id elements_field_type elements_field_caption members_id > 35 text test8 > 36 text

[PHP] Problem with using array_diff and array_combine

2008-07-28 Thread Richard Kurth
I hope I can explain what I am trying to do. I have two tables the first one has the custom form elements elements_id elements_field_type elements_field_caption members_id 35 text test 8 36 text test2 8

[PHP] Problem with using array_diff and array_combine

2008-07-27 Thread Richard Kurth
I hope I can explain what I am trying to do. I have two tables the first one has the custom form elements formelements_id formelements_field_type formelements_field_caption members_id 35 texttest8 36 texttest2 8 The second one has the customer id and the field value