I am pulling data from legacy unix systems and puting the data into a mysql database, when I pull the data out there are multiple values in each record, how do I use php to search through the multiple records. The data looks like this, and it is stored in one record.
4 RRRP WB 12B WPNC 24K 3K WPAI
I want to be able to search through and find what I need, but how do I make it differentiate between the values, it looks like they have at least one space in them.
One more question of the same nature, when I pull the prices out they are again all stored in the same field, I want to add all them up and store them as one value.
It looks like this.
11.95 27.03 49.95 22.29 62.10
Any Idea's anyone, haven't really run into this before, thanks in advance.