Hi
I have to echo out some fields but "field 1" "field 2" "field 3" has a numeric value.
I need to divide field 1 by field 2 and then take that result off of field 3 and echo that result.
The code is part of a table this is the code for that row
Hope someone can help
echo '<td>' . $row['field3'] . '</td>';