Hi to all, and many thanks for your past help, but now, I've got an other problem
![]()
My form is not working as it has to: Updating (insert) the db, and forward to an other page. I've got a real problem, and I don't have a clue where to put my $insert, to get everything working....
Could somebody help me?
Thx
Tzaff
Here's the code:
<tr><td align=center width=80><?echo $id;?></td>
<td align=center width=350><?echo $name;?></td>
<td align=center valign="middle" width=100><form method=post name=user action=<?$insert;?>>
<input type=hidden name="userid" value="<?print $userid;?>">
<input type=hidden name="id" value="<?print $id;?>">
<input type="submit" value="download" action=";<a href="download.php?id=$id">
</form>
</tr>


, but now, I've got an other problem



Bookmarks