PaperBag/webdata/connection.php

3 lines
69 B
PHP

<?php
$db = new mysqli("localhost","user","password","database");
?>