Here is my code :
else if ($_POST['action'] == "getzoom") {
do something here:::
$xml = $client->GetMag($getmag );
echo $xml;
}
How do i print this $xml variable in Webpage
Thanks
else if ($_POST['action'] == "getzoom") {
do something here:::
$xml = $client->GetMag($getmag );
echo $xml;
}
How do i print this $xml variable in Webpage
Thanks
Comment