Protože v mysql_query()
nemůžete použít více než jeden dotaz , Oba dotazy však můžete spojit do jednoho.
Zkuste tento dotaz...
SELECT *,
@total:= @total+ `companyearned` AS `total`
FROM `recordedhours`, (SELECT @total:=0) r WHERE `group` = '$uid'
ORDER BY `unixdate` DESC, `idnum` DESC
LIMIT $from, $max_results