Hi i have a little bit of php code and its uses simple xml to parse file uploads
but it seems to work fine with
when its parsed tidly
but errors out on
not just that also fails on large nzb files..
the code is
function pieceslisting($where, $id) {
$filecontent = file_get_contents($where);
$xml = simplexml_load_string($filecontent) or die (“Unable to load XML file!”);
…
