6 lines
51 B
PHP
6 lines
51 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
$dbh = new PDO('sqlite:db/petar.db3');
|
||
|
|
|
||
|
|
?>
|