One more thing. This is not a forum on how to write PHP code, and I'm not going to let it become one. However, here is one more tip:
If you want to see the results of your SELECT query, you'll need to fetch the data from $result with a function for that purpose, mysqli_fetch_assoc() for example.
Will