Commit 7eea5e2b authored by gavin.white's avatar gavin.white

Upload New File

parent d8923d86
<?php
$host = "ysjcs.net";
$dbusername = "gavin.white";
$dbpassword = "F5EKQPXR";
$dbname = "gavinwhite_library";
$conn = new mysqli($host, $dbusername, $dbpassword, $dbname);
if($conn->connect_error){
die("Connection failed: ". $conn->connect_error);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment