I have this XML string.In which i had concatinate some variables in it.i just want to clarify that when these variable change,does values in XML string also change or not?
<?php
$nvpstr="
<Source>
<Company>".$company."</Company>
<LeadId>".$leadid."</LeadId>
<IpAddress>".$IP."</IpAddress>
</Source>";
?>
and is it a true XML to be sent via POST considering that format they provided is this.
echothe XML ?