This repository has been archived on 2022-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Barclays-openminds/connect.php
2014-12-17 22:55:53 +00:00

4 lines
No EOL
81 B
PHP

<?php
$conn = mysqli_connect(#NOPE#);
mysqli_select_db($conn, 'serverlist');
?>