connection.php 59 Bytes BlameHistoryPermalink Edit 1 2 3 <?php $db = new PDO('sqlite:../../db/simple_tasks.db'); ?>