Now it is OK.
What I would like to do now is this:
Now all the data is in an array. As I said earlier, there are some repetitions, so meaning that some arrays will contain the same data.
I would like to print only the content that is unique.Say there are 3 places storing qwerty, 1 place storing asd.
I just want to print qwerty and asd once .
In another words if the data is repeated, I only want to print it once and if that is the only data it will be printed once also.
How do I work with the arrays here? I am not sure how.
Hope someone can help me out.
Thanks