MyRow problems
Posted: Tue Sep 14, 2010 8:15 pm
I'm not sure how to do this, but I'm sure I'm not doing it right.
I want it so when I click "Delete" it goes to delete.php with that number. As in: delete.php?=12
Thanks,
Scott
I want it so when I click "Delete" it goes to delete.php with that number. As in: delete.php?=12
Code: Select all
<td height=30 align='left'>";echo $myrow['title']; echo" echo "<a href='delete.php?=$myrow['ID'];'<br />Delete</a>";</td>Scott