<?php $x = <<<XML <dest> <destinationname>New York City</destinationname> <destinationname>New York</destinationname> <destinationname>New Jersey</destinationname> </dest> XML; $xml = simplexml_load_string($x); echo $xml->destinationname[0];
You have javascript disabled. You will not be able to edit any code.