Test2/projektpp/connect.php

8 lines
101 B
PHP
Raw Permalink Normal View History

2021-01-23 14:30:45 +01:00
<?php
$host = "localhost";
$db_user = "root";
$db_password = "";
$db_name = "gymfit";
?>