testing
This commit is contained in:
@@ -15,6 +15,7 @@ body {
|
||||
|
||||
<?php
|
||||
$username = $_POST["username"];
|
||||
print($username);
|
||||
echo "<br>";
|
||||
$query = "Select * from contacts where username = $username";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user