$xml=simplexml_load_file("filename.xml") or die("Error: Cannot create object"); echo $xml->detaildata->lattitude; echo $xml->detaildata->longitude;