This commit is contained in:
Bryan
2019-12-04 16:33:54 -05:00
parent f9e7127d38
commit 40824affc6

View File

@@ -15,6 +15,7 @@ body {
<?php
$username = $_POST["username"];
print($username);
echo "<br>";
$query = "Select * from contacts where username = $username";