Initial commit
This commit is contained in:
9
OLD/dbconnect.php
Normal file
9
OLD/dbconnect.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$host="192.168.0.2";
|
||||
$username="corey";
|
||||
$password="41945549";
|
||||
$database="controls";
|
||||
|
||||
$con = mysqli_connect($host ,$username, $password, $database);
|
||||
@mysqli_select_db($con, $database) or die( "Unable to select database");
|
||||
?>
|
||||
Reference in New Issue
Block a user