Code: Select all
echo "
<tr valign=top class=tablehead align=center>
<td width=15% class=tablehead><table><tr><td><font color=#ffffff><b/>Author</font></td></tr></table></td>
<td width=85% class=tablehead><table><tr><td><font color=#ffffff><b/>Message</font></td></tr></table></td>
</tr>
<tr valign=top>
<td width=15% class=tableborder align=center><table><tr><td>$row[4]</td></tr></table></td>
<td width=85% class=tableborder><table width=100%><tr><td>
<b>Accomplishments:</b><br>".nl2br($row[1])."<p>
<b>Issues:</b><br>".nl2br($row[2])."<p>
<b>Recommendations:</b><br>".nl2br($row[3])."<p>".[b]editreport()[/b]."
</td></tr></table>
</td>
</tr>when i do this, the edit link was placed right before the table called....
i don't know where the problem is...can you guys spot it..
BTW, the format of the function is
Code: Select all
echo '<a href="e;reportedit.php?eid='.$_GETї'pid'].'"e; class=under>EDIT</a>';