testing the usernameSearch
This commit is contained in:
@@ -22,6 +22,8 @@ if ($conn->connect_error) {
|
||||
}
|
||||
echo "Connected successfully";
|
||||
|
||||
echo "<br>";
|
||||
|
||||
$query = "Select * from contacts where username = " + $username;
|
||||
|
||||
print $query;
|
||||
|
||||
Reference in New Issue
Block a user