load($_REQUEST); $string = $fullInformation->toString(); $obj = new FileDatabaseDriver(); $obj->connect(__DIR__ . "/Information.txt"); //$obj->updateServiceInfo($string); $obj->save($string); $obj->close(); require "views/search.php";