testing the usernameSearch

This commit is contained in:
Bryan
2019-11-25 14:32:25 -05:00
parent 20fc6d6d35
commit 3dc67d5661

View File

@@ -22,6 +22,8 @@ if ($conn->connect_error) {
}
echo "Connected successfully";
echo "<br>";
$query = "Select * from contacts where username = " + $username;
print $query;