load($_REQUEST); echo "
";
print_r($fullInformation);
$string = $fullInformation->toString();

$file = fopen($fileName, $fileModeOpen);
fwrite($file, $string);
fclose($file);

require "table.php";