I'm having trouble with a page in php. Whenever I put the following code to split two variables stored in arrays
$dj_cv_at[percentual][$i] = ($dj_cv_at[concluida_c_imp_total][$i] / $dj_cv_at[concluida_total][$i]) * 100;
As a result, the page no longer functions properly.
This only happens when I put the split operator. With the other operators the code runs perfectly.