10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
|
|
$servername = "localhost";
|
|
$username = "username";
|
|
$password = "password";
|
|
$dbname = "database";
|
|
|
|
$endpoint = True;
|
|
$access = False;
|
|
$location = False;
|