Jason1974 Posted February 3, 2010 Share Posted February 3, 2010 Hello all - I'm just starting to learn php and I've ran into a roadblock that I've almost given up on. Specifically, I'm trying to do a GetPriceResearch API call to ebay which I've created here: http://www.quickpitchtv.com/qpc.php As you can see, the initial page works, but when I try to make the call it returns: "Fatal error: Call to undefined function: simplexml_load_file() in /homepages/10/d283174822/htdocs/checker.php" I'm sure this is probably some I haven't learned yet as a beginner, so hopefully someone out there has some suggestions to get this to work correctly? Quote Link to comment https://forums.phpfreaks.com/topic/190730-getpriceresearch-final-php-problem/ Share on other sites More sharing options...
corbin Posted February 3, 2010 Share Posted February 3, 2010 Hrmmm.... I bet your host is not running PHP5. If they're not, there's not much you can do unless you have the option to run PHP5 or you use another XML parsing library. Quote Link to comment https://forums.phpfreaks.com/topic/190730-getpriceresearch-final-php-problem/#findComment-1005829 Share on other sites More sharing options...
Jason1974 Posted February 3, 2010 Author Share Posted February 3, 2010 I'm using 1and1.com and it's a linux hosting package. They said the package I have does support php. Also, I noticed they do support php5 you just have to name your file ".php5" as well. But when I did that, I received the same error message. Quote Link to comment https://forums.phpfreaks.com/topic/190730-getpriceresearch-final-php-problem/#findComment-1005856 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.