8 lines
111 B
PHP
8 lines
111 B
PHP
<?php
|
|
|
|
$servername = 'localhost';
|
|
$username = 'wishlist';
|
|
$db = 'wishlist';
|
|
$password = 'R!6CIb-KxM96EC]6';
|
|
|
|
?>
|