Can PHP put texts to mysql rows that returned null?

staples

New member
My query statement used a WITH ROLLUP function and that returned some rows with null values. What i want is to replace those null values with 'TOTAL' in my php table view. Can this be possible? Thanks.
 
Back
Top