in reply to Re: Get just the unique value
in thread Get just the unique value
$VAR1 = [ { 'reference' => '100 ', 'name' => 'Discount', 'type' => 'Paper' }, { 'reference' => '30 ', 'name' => 'Slice', 'type' => 'Cotton' }, { 'reference' => '340 ', 'name' => 'Money', 'type' => 'Plastic' }, { 'reference' => '100 ', 'name' => 'Documents', 'type' => 'Paper' }, { 'reference' => '45 ', 'name' => 'Part', 'type' => 'Cotton' }, { 'reference' => '40 ', 'name' => 'State', 'type' => 'Cotton' } ];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Get just the unique value
by hdb (Monsignor) on Apr 05, 2013 at 17:28 UTC | |
by Anonymous Monk on Apr 05, 2013 at 18:09 UTC | |
|
Re^3: Get just the unique value
by CountOrlok (Friar) on Apr 05, 2013 at 17:28 UTC | |
by Anonymous Monk on Apr 05, 2013 at 17:45 UTC | |
by CountOrlok (Friar) on Apr 05, 2013 at 18:18 UTC | |
by hdb (Monsignor) on Apr 05, 2013 at 18:35 UTC | |
by hdb (Monsignor) on Apr 05, 2013 at 18:22 UTC | |
by Anonymous Monk on Apr 05, 2013 at 18:24 UTC | |
by CountOrlok (Friar) on Apr 05, 2013 at 18:27 UTC | |
| |
by hdb (Monsignor) on Apr 05, 2013 at 19:34 UTC | |
|