Quote:
Originally Posted by davethedope
Does it have to be porn?
And can you provide an example, i.e.
<item>blah blah blah</item>
<description>yadda yadda yadda</description> and so on.
Also, what do you mean array?
like array() and so on- not sure I get it.
|
Define "not porn" .. meaning does it have to be hardcore sex? No.
If you're exporting a CSV, it's just an Excel spreadsheet type of thing.
As far as an array, if you delimit the data in a sensible way, I can import it. So, for example if your field was:
Code:
http://www.domain.com/image1.jpg**http://www.domain.com/image2.jpg**http://www.domain.com/image3.jpg
Then I'd be able to parse the images fine. I'd just explode() by the ** and be off to the races.