Bueno, situacion similiar
ahora en lugar de categorias.nombre, quisiera ratings.total_value y ratings.total_votes
pruebo asi
Cita: $sql = mysql_query("SELECT ratings.total_value AS votos,ratings.total_votes AS nv,links.* FROM ratings LEFT JOIN links ON ratings.id=links.id ORDER BY votos DESC LIMIT $begin,$ipp");
y
Cita: Cita: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/vol5/byethost32.com/b32_3523936/htdocs/php/best_rated.php on line 30
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/vol5/byethost32.com/b32_3523936/htdocs/php/best_rated.php on line 43
y no devuelve nada :?