query($q); while($set->next()) { $pole[]=$set->getRecord(); } $data=serialize($pole); $file=fopen("/home/hromi1/kyberia/cache/1.php","a"); fwrite($file,$data); fclose($file); ?>