This is my programming line 17:
$result = mysql_query($localhost, "SELECT *FROM **nome do meu banco**")
or die (mysql_error());
This is the error I can not get:
Warning: mysql_query () expects parameter 2 to be resource, string given in / home / u803520287 / public_html / android / my name bank .php on line 17
How to fix?