Uhhhh.... It looks to me that you are missing the user defined function 'load()'. Now, this brings to mind the need of importing the file (since that is what the load() function is supposed to do). This is only available in PHP5 and is part of the PHP XML DOM built-in processor. See: http://www.w3schools.com/php/php_xml_dom.asp and http://www.topxml.com/php_simplexml/...ction_load.asp
I've done this before using a php class to parse webpages and extract content, called dynfetcher, see: http://dynfetcher.googlecode.com/svn...cher.class.php
I think the code listed in the posts above is probably good if you are using PHP5.....

