load($_REQUEST); echo "
"; print_r($fullInformation); $string = $fullInformation->toString(); $file = fopen($fileName, $fileModeOpen); fwrite($file, $string); fclose($file); $file = file($fileName); $str = new Information(); $res = $str->search($file, "Зайцев"); echo $res; require "table.php";