$client = new SoapClient($url);
$res = $client->Web_GetTestimonialMaster();
$any = $res->Web_GetTestimonialMasterResult->any;
$xml = simplexml_load_string($any);
$json = json_encode($xml);
$array = json_decode($json);
echo $table = $array->NewDataSet->Table[0]->StudName;
//echo json_encode($table);
//echo count($table);
//for($i=0; $i
//}
[/insert_php]
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.