8 lines
95 B
PHP
8 lines
95 B
PHP
<?php
|
|
|
|
require_once("config.php");
|
|
require_once("functions.php");
|
|
|
|
$db=new PDO($conf["db"]);
|
|
|
|
|