I have my members database table on phpmyadmin online. "members" table has 4 fields (id, username, password, and rights). For rights, there are only two options and that is (admin or user).
I am messing up after "$count = mysql_num_rows ($result);" I tried the below code. It did not work.
<...