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