Posted by Paul on 11/20/06 00:02
alllow_url_fopen if set to off. For some reason I can not access domxml_open_file(). And I need to read an xml feed. I can access the feed using cURL: $feed = curl_init("http://feddsitegoeshere"); curl_setopt($feed, CURLOPT_RETURNTRANSFER, 1); $p= curl_exec($feed); curl_close(); However, I am stuck here because I can't find anything to parse it since I can not use domxml_open_file(). Any ideas? Thanks!
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming