i have a set of values that i echo on a page;
$test1, $test2, $test3 etc etc..
i want an if statement to show if the said value is between X and y show blueicon.png else show redicon.png
i have been googling syntax but to no avail.
this is my current code snippet;
<?php echo $test1 ?> <? if ($test1 < 1.025)
echo "show blue icon.png"; ?>