Put the entire code where ever you want to display it.
Example.
<?php
$cws = new CodonWebService();
$xml = $cws->get('http://www.vacentral.net/airline/cva_canadianvirtualairlines/xml');
$xml = simplexml_load_string($xml);
echo "Our airline's rank is {$xml->rank}";
?>
Replace the VACentral URL with your VA's VACentral URL.
The first shot shows the form that I filled out. Notice that all fields are filled correctly.
The second shot shows after I submit the information. Notice the info is in the wrong places.
Love this adon. Little issue. When I add a entry, when I save it. Every is messed up. Example. The image is the description, the url is another place. I have to edit to fix it. Happens every time I add a entry,