query("select id from ecmnoteouts"); echo $zap->num_rows.'
'; while($dane=$db->fetchByAssoc($zap)){ echo '"'.$dane['id'].'",'; $_REQUEST['record'] = $dane['id']; $_REQUEST['file']=1; require ("modules/EcmNoteOuts/createPDF.php"); } ?>