Robię TOP10:
posiadam sobie taki kod:
<?php $results = mysql_query("SELECT user_name, user_points from users order by user_name DESC LIMIT 10"); { } ?>
lecz jedyne co on wyświetla to
Filipsiu51230
kiedy w bazie jest ok. 56 rekordów.
Struktura bazy:
user_id user_name user_password user_email user_regdate user_points
Co tu jest nie tak zapytanie ? czy wyświetlanie danych ?