i've this problem my phptal view has a variable called data which is an associative array.
Let's suppose that i've those Keys M01 M02 and M03 not in a particular order, i've to print to the user view all the data not referred by key M02.
How can i do this? Thanks in advance
Marco
UPDATE: I forgot to say that i cannot edit the code which calls the view.
If order is important, use second array with ordered keys to print:
Otherwise you can just add a condition: