Hi all I am having a little trouble extracting the data I require from and array of information. The Array is as follows.
Array ( [0] => RAPUM [1] => UP16 [2] => BEGAM [3] => UY99 [4] => NOKIN [5] => UN862 [6] => BHD [7] => UL722 [8] => KORUL [9] => UN866 [10] => KONBA [11] => )
I am trying to extract certain information in order to retrieve data from a txt file in order to show Long and Lat on a Google map.
Basically I have two txt files containing data and I would like to search out the even elements of this array against my first file. So array elements 0,3,5,7,9.
I then wish to extract the even elements against my file number 2 containing information.
I am able to get information from the files this is not my problem odd and even element extraction of the array is my problem.
Fist off is this possible and if so any help or pointers would be great this one has me stuck.
Thanks for looking
Kind regards
lee