VideoDB offers power data import/export features using XML data files. Currently all XML features require PHP5. To enable the XML import/ export feature, set the config variable to true (edit config.inc.php):
$config['xml'] = 1;
Needs to be in the format:-
<item> <id>3</id> <title>Shrek</title> <language>Tamil</language> <imdbid>0126029</imdbid> <year>2001</year> <imgurl>http://ia.imdb.com/media/imdb/01/I/52/77m.jpg</imgurl> </item>
hmm I thought this worked but it just doesn't provide an error,still doesn't import anything. I'm running php 5 on fc4, any ideas?
To enable the RSS news feed feature, set the config variable to true (edit config.inc.php):
$config['rss'] = 1;