XML Parser Error Start Tag Expected

家住魔仙堡 提交于 2019-11-29 14:47:33

You are loading the URL as your XML source. You should have:

$profileData = simplexml_load_file($url);

Url was changing from steamcommunity.com/profiles/76561197991676121/?xml=1 to http://steamcommunity.com/id/virusbogdan/?xml=1 . Obviously the first link returns null so there was an error. Problem solved !

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!