Help with <a href . . . </a>
Hi FOlks,
I have this script which deos not work properly when inserting the <a href . . tag
PHP Code:
echo '</td>
<td bgcolor="#FFFFFF"><font style="font-size:10px" color="#00008B" face="Arial">';
echo '<option value="'.$row['surname'].', '.$row['name'].'">'.$row['surname'].', '.$row['name'].'</option>';
echo '</td><td align="center" bgcolor="#FFFFFF"><font style="font-size:10px" color="#FF0000" face="Arial">';
echo <a href=$row['email']</a>;
Which is in need of attention.
I would like to know how I can get it to work on the two lines reflected above?
Regards
Rob