i'm not sure what forum to best post this (it's php, mysql, html, and javascript).... but I keep getting this error and cannot for teh life of me figure out why...... here is the code I've got:
<tr><td rowspan=3><form method='post' action='mod.php' name='progform'><input type='hidden' name='mod' value='prog'><a href='javascript:document.progform.submit();'>
<i>Now that you are aware of your progress, what are you planning to do to improve each of these areas in the months to come?</i></a></form></td>
<td rowspan=3 valign=top>" . $row['progress'] . "</td></tr><tr border=0></tr><tr border=0></tr>
********************
the part between the <form> tags is what I am having trouble with..... please help if you can........
Bookmarks