PHP: mysql_fetch_assoc - Manual - PHP: Hypertext Preprocessor
Actually, Olivier, you're completely wrong about that, because there's a bug in your sample code. It will indeed return $row['MAX(time)'] - you have to pass the MySQL resource to mysql_fetch_assoc() and you're not doing that. This: $row = mysql_fetch_asso...