Adding value above query
Posted: Fri Dec 20, 2013 6:10 am
Hi
I got a problem which cannot figure out, i need to display text above a calculation not after. for example
This is an example as all the calculations are pulled from the database but needs display above after database query. Could it be done using <div> tags?
I got a problem which cannot figure out, i need to display text above a calculation not after. for example
Code: Select all
echo "You can save £ $saving than your local shop";
$saving = 1000 / 0.7 ;