final correction to this, I promise

This commit is contained in:
Bryan
2019-11-25 21:57:49 -05:00
parent 7785a39f2b
commit 6dbe81040c

View File

@@ -24,7 +24,6 @@ if ($conn->connect_error) {
echo "Connected successfully"; echo "Connected successfully";
echo "<br>"; echo "<br>";
echo "Awesome dude";
$query = "Select * from contacts where username = {$username}"; $query = "Select * from contacts where username = {$username}";
print $query; print $query;