Select Data From a Database Table using MySQL and PHP

The SELECT statement is using to select data from a database.

Selects all the data stored in the “users” table
<?php

“;
}

mysqli_close($con);

?>