Posted by Lag on 02/27/06 07:29
I'm trying to pass the id via a button.........this is the code.....
<td colspan="2"><p><br>
<a href="update.php?id=<? echo $id; ?>">Update
Event?</a>
<input name="update" type="submit" id="update"
value="Update Event">
</p>
</td>
Using a text link, so I can see the id in the status bar.......I get
the result.
109
Record Updated! Rows Affected: 0
Where 109 is the id.
[Back to original message]
|