This is a discussion on SimpleXMLElement problem within the PHP Language forums, part of the PHP Programming Forums category; I am trying to run examples in the php.net but I am getting the error Fatal error: Call to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am trying to run examples in the php.net but I am getting the error
Fatal error: Call to undefined method SimpleXMLElement::addChild() The example is as follows $xml = new SimpleXMLElement($xmlstr); $character = $xml->movie[0]->characters->addChild('character'); $character->addChild('name', 'Mr. Parser'); $character->addChild('actor', 'John Doe'); $rating = $xml->movie[0]->addChild('rating', 'PG'); $rating->addAttribute('type', 'mpaa'); echo $xml->asXML(); Does anyone konw whats going on here? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|