When i do
Its ment to cound the number of records in the username row in the user_sys table, but it just displays "Resource id #17". Ive never used SQL before so i dont know how to fix itPHP Code:$sql = "SELECT COUNT(username) FROM user_sys";
$registered = mysql_query("$sql");
echo $registered;
+rep for help






Reply With Quote

Thanks +rep.

