![]() |
XML mapping urgh
So I need to map xml feeds and store the mappings in MYSQL.
Right now I use simplexml to parse the xml feed. Code:
$xml = simplexml_load_file($feed['xml_feed']); Inside field_file I have: Code:
clips->clip->flv PHP Code:
|
There's an app for that...
|
i dont get it, what are you trying to do ...
try serialize |
What are you trying to do?
|
Quote:
$file = $xml->item->$db['field_file']; it should be $xml->item->clips->clip->flv. The $db['field_file'] = clips->clip->flv |
Quote:
|
All times are GMT -7. The time now is 11:15 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc