If we do this:
if($rov['chislo_1']&&$row['chislo_2'] > 0 ){
then Else will be executed only when these two variables are below zero, and how to do it like this:
if($rov['chislo_1'] или $row['chislo_2'] > 0 ){
Divide them does not pass! Thank you in advance