Blogs about: Php Parser
Featured Blog
Parse error: syntax error, unexpected T_OBJECT_OPERATOR RSS
If you are trying to parse an “XML Feed” in PHP4 somewhat like this way : $titles->item(0)->nodeValue; then it wont work in PHP4 because its a chaining process and only works in PHP… more »
Adnanrafe's Weblog
Parse error: syntax error, unexpected T_OBJECT_OPERATOR RSS
— 2 comments
adnanrafe wrote 7 months ago: If you are trying to parse an “XML Feed” in PHP4 somewhat like this way : $titles->i … more »
