selectQuery($query)->array_data; $tpl->assign_by_ref('streams', $res); $xml = $tpl->fetch('yp.xml.tpl'); // Write data $fp = fopen(XML_OUTPUT.'.tmp', 'w'); $l = fwrite($fp, $xml); fclose($fp); if ($l == strlen($xml)) { if (rename(XML_OUTPUT.'.tmp', XML_OUTPUT)) { echo "OK.\n"; exit(); } } echo "KO.\n"; ?>