Hi Php user
I have a tab separated file with variable number of fields. The fields name may be
name age address xxx yyyy zzz www
I want to keep only only some of these fields in specific order. For example I need to keep only those fields with field name (name, age, zzz, address) in this particular order.
what is the best way to do it.
Thanks