Ponieważ nie możesz użyć więcej niż jednego zapytania w mysql_query()
, Ale możesz połączyć oba zapytania w jedno.
Wypróbuj to zapytanie...
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