Hi,
I have a FOR loop which loops through the values 1-3 with the varaible $f.
I have 3 fields - suitabilityrating1, suitabilityrating2 and suitabilityrating3 but want to use the variable $f instead of having the number.
<?php echo $row['suitabilityrating$f'] ?>
I'm not sure what to put around $f so that it will work, any help or advice is appreciated.