Parse error: syntax error, unexpected T_OBJECT_OPERATOR RSS
January 8, 2008If 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 PHP5
Posted by adnanrafe