
May 5th, 2011, 06:53 AM
|
|
|
|
Thanks I will use that structure.
Erm just wondering as the 2 fields have the same name will that cause any problems?
Example:
1 record with,
<cat>red</cat>
<cat>blue</cat>
another record with,
<cat>red</cat>
<cat>green</cat>
I have a page which is grabbing all records where the cat is red, will it grab both records?
|