I am trying to show some info from a feed and I have problem on showing the <dc:creator> because of the :
Parse error: syntax error, unexpected
‘:’
For the title I use entry->title;
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
simplexml_load_file()seems to struggle with namespaces, which is what the:indicates. If you use DOM instead, you should be fine: