View Single Post
Old 09-13-2012, 12:52 PM  
edgeprod
Permanently Gone
 
Industry Role:
Join Date: Mar 2004
Posts: 10,019
Quote:
Originally Posted by davethedope View Post
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.
edgeprod is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote