Question: 15. What is the output of the script PHP Java Intermediate 127 Hours Python Advanced 157 Hours PHP Advanced 128 Hours
15. What is the output of the script PHP
$xml = simplexml_load_file('data.xml');
$data= $xml->topic;
foreach ($data as $showname) { foreach ($showname->name as $names) {
echo "$names"." ";
}
}
?>
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
