I am trying to select data from a MySQL table, but I get one of the following error messages:
mysql_fetch_array() expects parameter 1 to be resource,
Include a connection string variable before the MySQL query. For example, $connt in this code:
$connt
$results = mysql_query($connt, "SELECT * FROM users");