is there any way to catch ROLLUP (mysql) figures as values in php?

Posted by JPro on Stack Overflow See other posts from Stack Overflow or by JPro
Published on 2010-05-26T09:44:49Z Indexed on 2010/05/26 9:51 UTC
Read the original article Hit count: 162

Filed under:
|

Hi,

I am using group by ID WITH ROLLUP in my mysql query. The thing is I want to store these totals in a variable in php. Is there any way to do that?

Thanks.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql