I keep getting this error message. Here's the code:
if(floatval($clicks != 0)) {
$clickthrough = number_format(($clicks / $views) * 100);
} else {
$clickthrough = 0;
}
I searched, but haven't found much information about this error message. Is there something wrong with the code above? How can I prevent this error?