It worked perfectly.
My list was previously being displayed from the "echo" command and now it is being displayed from the print command, so I have an error in putting in my hyperlink. (Prior to putting in the hyperlink it worked like a charm).
print "<td><font face=\"Arial\" size=\"2\">{<.$row['mfr_url'].'">.$row['manufacturer'].'</a>'}</td>";
this produces an error of:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/pssi-ftp/public_html/heating-test.php on line 191
And one related (and somewhat stupid question - sorry) what is the difference between ECHO and PRINT?