actually fixed it for once, also hopefully fixed nameSearch

This commit is contained in:
Bryan
2019-12-04 17:08:34 -05:00
parent de6ac7132f
commit 2d1196ad20
2 changed files with 1 additions and 4 deletions

View File

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