code:<?php $xml = simplexml_load_file('details.xml'); $Username = $xml->Username; $PSM = $xml->PSM; $Status = $xml->Status; ?>