What is the explanation or meaning of this code:
$totalarr = count($opname) - 1;
and
$totalrows = mysql_num_rows($result); $trows = $totalrows - 1;
Thank you
learn to love the manual:
count mysql_num_rows