Unsupported operand types(PHP)

Hi there

I’m getting an error message saying:

"Fatal error: Unsupported operand types in …"

This is the line where the prob is:

if(($row - ($max * $page)) > 0){

Using a pageination code…

pls let me know what the problem is?

thx