Tags:Web Questions | 61 views
"sum (4 + 1)"
This is the code that i typed in
(<?php echo $row_standings['w']; ?>+<?php echo $row_standings['d']; ?>
The 4 is the result of `w` and 1 is the result of `d`
I would like the that two figures add up on the screen, i also need to multiply other dynamice texts.
RSS feed for comments on this post
Leave a reply