fp = fopen ($sUrl, 'r'); if (!$oAmazon->setInputUrl($sUrl, 20)) { die ('cannot open input file. exiting..' . '@'); } // pass the output display template $oAmazon->sTemplate = 'amazon_layout_buchtipp.php'; if (!$oAmazon->parse()) { die ('XMLParse failed'); } //$iTotalResuls = (int) $oAmazon->arAtribute['TotalResults']; //echo '

Displayed '. (int) $oAmazon->iNumResults .' results out of ' . $iTotalResuls .'.

'; // debugging: XML source // echo '@'; /* ?>
in