SQLite is one of the most interesting new features in PHP.
A completely server-less SQL interface to the filesystem
Allows you to replace custom flat-file storage with a SQL-complaint system
Completely bundled with PHP, can be relied on in most cases
";
var_dump($record);
echo "";
} else {
die ($sqliteerror);
}
?>]]>