06.02.2014, 15:09
cache_get_row_float function returns float and sscanf's first parameter must be array (string).
Have you saved each one separated or in a string (as data type) in the table? You can only use sscanf with the second one otherwise (if they're separated saved) use cache_get_row_float for each one of them.
Have you saved each one separated or in a string (as data type) in the table? You can only use sscanf with the second one otherwise (if they're separated saved) use cache_get_row_float for each one of them.