Skip to content

Instantly share code, notes, and snippets.

@phpfiddle
phpfiddle / sample06_1.php
Last active November 7, 2023 14:01
PHP, PDO and SQLite2 example
<?php
/**
* PHP, PDO and SQLite2 example
* The code got from Internet
*
*/
// Set default timezone
date_default_timezone_set('UTC');